Searched refs:LOOKUPSWITCH (Results 1 – 12 of 12) sorted by relevance
154 case LOOKUPSWITCH : in processBranch()159 if (opcode == LOOKUPSWITCH) { in processBranch()
198 int LOOKUPSWITCH = 171; field
113 case LOOKUPSWITCH: in instructionString()
757 if (opcode == LOOKUPSWITCH) { in nextOpcode()918 else if (inst == LOOKUPSWITCH) { in insertGap2()1195 else if (inst == LOOKUPSWITCH) { in makeJumpList()
92 if (opcode == LOOKUPSWITCH) { in scanOp()
186 } else if (opcode == LOOKUPSWITCH) { in analyzeNextEntry()
532 case LOOKUPSWITCH: in execute()
227 else if (Opcode.GOTO <= op && op <= Opcode.LOOKUPSWITCH)254 case Opcode.LOOKUPSWITCH : {
581 case Opcode.LOOKUPSWITCH : { in doOpcode148_201()
130 /* 33 */ code.addOpcode(Opcode.LOOKUPSWITCH); in generate()
840 branches.put (ip, new LOOKUPSWITCH (keys, targets)); in visit()1680 static final class LOOKUPSWITCH extends Branch class in InstrVisitor1682 LOOKUPSWITCH (final int [] keys, final int [] targets /* first one is default */) in LOOKUPSWITCH() method in InstrVisitor.LOOKUPSWITCH
505 bytecode.addOpcode(LOOKUPSWITCH); in atSwitchStmnt()