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)
  2. void endWithReturn(JITRValue rvalue)
    class JITBlock
    final
    void
    endWithReturn
  3. void endWithReturn(JITLocation loc)

Meta