Searched refs:TABLESWITCH (Results 1 – 18 of 18) sorted by relevance
84 super(Opcodes.TABLESWITCH); in TableSwitchInsnNode()
228 int TABLESWITCH = 170; field
155 case TABLESWITCH : in processBranch()
111 case TABLESWITCH: in instructionString()
761 else if (opcode == TABLESWITCH) { in nextOpcode()887 else if (inst == TABLESWITCH) { in insertGap2()1180 else if (inst == TABLESWITCH) { in makeJumpList()
309 int TABLESWITCH = 170; // visiTableSwitchInsn field
978 case Opcodes.TABLESWITCH: in execute()
1065 code.putByte(Opcodes.TABLESWITCH); in visitTableSwitchInsn()2312 newCode.putByte(Opcodes.TABLESWITCH); in resizeInstructions()
86 if (opcode == TABLESWITCH) { in scanOp()
184 if (opcode == TABLESWITCH) { in analyzeNextEntry()
531 case TABLESWITCH: in execute()
170 case TABLESWITCH: in unaryOperation()
115 case TABLESWITCH: in unaryOperation()
351 case TABLESWITCH: in findSubroutine()
527 case Opcodes.TABLESWITCH: in execute()
238 case Opcode.TABLESWITCH : {
573 case Opcode.TABLESWITCH : { in doOpcode148_201()
873 branches.put (ip, new TABLESWITCH (low, high, targets)); in visit()1729 static final class TABLESWITCH extends Branch class in InstrVisitor1731 TABLESWITCH (final int low, final int high, final int [] targets /* first one is default */) in TABLESWITCH() method in InstrVisitor.TABLESWITCH