|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JumpInstruction | |
| org.multijava.dis | |
| org.multijava.util.backend | Provides an optimizer for methods for the compilers in MultiJava and the Java Modeling Language. |
| org.multijava.util.optimize | Provides an optimizer for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of JumpInstruction in org.multijava.dis |
| Methods in org.multijava.dis with parameters of type JumpInstruction | |
private void |
InstructionHandle.writeJumpInstruction(IndentingWriter out,
JumpInstruction insn)
Prints a JumpInstruction. |
| Uses of JumpInstruction in org.multijava.util.backend |
| Methods in org.multijava.util.backend that return JumpInstruction | |
JumpInstruction |
InstructionHandle.getJump()
Returns the instruction as a Jump instruction |
| Methods in org.multijava.util.backend with parameters of type JumpInstruction | |
void |
CodeSequence.plantBasicBlock(BasicBlock block,
JumpInstruction jump,
QQuadruple[] transition)
Adds a basic block at the end of the sequence |
| Uses of JumpInstruction in org.multijava.util.optimize |
| Methods in org.multijava.util.optimize that return JumpInstruction | |
JumpInstruction |
InstructionHandle.getJump()
Returns the instruction as a Jump instruction |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||