Interface JitPassage.IntBranch

All Superinterfaces:
JitPassage.Branch
All Known Implementing Classes:
JitPassage.RIntBranch, JitPassage.SIntBranch
Enclosing class:
JitPassage

public static interface JitPassage.IntBranch NEW extends JitPassage.Branch
A branch to another p-code op in the same passage

The JitCodeGenerator translates internal branches into JVM bytecodes for the equivalent branch to the translation of the target p-code op. Thus, we remain executing inside the run method. This branch type incurs the least run-time cost.

  • Method Summary

    Change
    Modifier and Type
    Method
    Description
    to()
    The target pcode op

    Methods inherited from interface ghidra.pcode.emu.jit.JitPassage.Branch

    describeTo, from, isFall
  • Method Details

    • to

      PcodeOp to()
      The target pcode op
      Returns:
      the op