Searched refs:OP_DUP2_X1 (Results 1 – 4 of 4) sorted by relevance
123 public static final byte OP_DUP2_X1 = 93; field
94 case InstructionConstants.OP_DUP2_X1: in create()
65 private static final int DUP2_X1 = InstructionConstants.OP_DUP2_X1 & 0xff;614 case InstructionConstants.OP_DUP2_X1: in visitSimpleInstruction()1061 … case InstructionConstants.OP_DUP2_X1: return fixedDup2_x1(instructionOffset, topBefore, topAfter); in fixDupSwap()
223 case InstructionConstants.OP_DUP2_X1: in visitSimpleInstruction()