JITBlock.endWithReturn

Terminate a block by adding evaluation of an rvalue, returning the value. This is equivalent to "return rvalue".

  1. void endWithReturn(JITLocation loc, JITRValue rvalue)
    class JITBlock
    final
    void
    endWithReturn
  2. void endWithReturn(JITRValue rvalue)
  3. void endWithReturn(JITLocation loc)

Meta