Package ghidra.pcode.emu.jit
Interface JitPassage.IntBranch
- All Superinterfaces:
JitPassage.Branch
- All Known Implementing Classes:
JitPassage.RIntBranch
,JitPassage.SIntBranch
- Enclosing class:
JitPassage
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
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
-