Searched refs:GotoInstruction (Results 1 – 13 of 13) sorted by relevance
25 public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch { class27 GotoInstruction(final short opcode, final InstructionHandle target) { in GotoInstruction() method in GotoInstruction36 GotoInstruction() { in GotoInstruction() method in GotoInstruction
30 public class GOTO_W extends GotoInstruction {
28 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
66 void visitGotoInstruction( GotoInstruction obj ); in visitGotoInstruction()
73 public void visitGotoInstruction( final GotoInstruction obj ) { in visitGotoInstruction()
85 Emit(GotoInstruction{block}); in Goto()95 Emit(GotoInstruction{block}); in Goto()190 if (!instruction.Is<GotoInstruction>()) break; in OptimizeCfg()191 Block* destination = instruction.Cast<GotoInstruction>().destination; in OptimizeCfg()
50 V(GotoInstruction) \554 struct GotoInstruction : InstructionBase { struct561 explicit GotoInstruction(Block* destination) : destination(destination) {} in GotoInstruction() argument
46 EmitInstruction(GotoInstruction{cfg_.start()}, ¶meters); in EmitGraph()302 void CCGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction()
539 void GotoInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()544 void GotoInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
41 EmitInstruction(GotoInstruction{cfg_.start()}, ¶meters); in EmitGraph()743 void CSAGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction()
28 import org.apache.bcel.generic.GotoInstruction;371 if (inst instanceof GotoInstruction) { in _getSuccessors()372 single[0] = ((GotoInstruction) inst).getTarget(); in _getSuccessors()
31 import org.apache.bcel.generic.GotoInstruction;650 if (inst instanceof GotoInstruction) { in getSuccessors()651 single[0] = ((GotoInstruction) inst).getTarget(); in getSuccessors()
59 import org.apache.bcel.generic.GotoInstruction;388 (last instanceof GotoInstruction) || in pass3StaticInstructionChecks()