Searched refs:OP_DUP2_X2 (Results 1 – 4 of 4) sorted by relevance
124 public static final byte OP_DUP2_X2 = 94; field
95 case InstructionConstants.OP_DUP2_X2: in create()
66 private static final int DUP2_X2 = InstructionConstants.OP_DUP2_X2 & 0xff;621 case InstructionConstants.OP_DUP2_X2: in visitSimpleInstruction()1062 … case InstructionConstants.OP_DUP2_X2: return fixedDup2_x2(instructionOffset, topBefore, topAfter); in fixDupSwap()
227 case InstructionConstants.OP_DUP2_X2: in visitSimpleInstruction()