JITBlock.endWithJump

Terminate a block by adding a jump to the given target block. This is equivalent to "goto target".

  1. void endWithJump(JITLocation loc, JITBlock target)
  2. void endWithJump(JITBlock target)
    class JITBlock
    final
    void
    endWithJump

Meta