Searched refs:OP_DUP_X2 (Results 1 – 4 of 4) sorted by relevance
121 public static final byte OP_DUP_X2 = 91; field
92 case InstructionConstants.OP_DUP_X2: in create()
63 private static final int DUP_X2 = InstructionConstants.OP_DUP_X2 & 0xff;602 case InstructionConstants.OP_DUP_X2: in visitSimpleInstruction()1059 … case InstructionConstants.OP_DUP_X2: return fixedDup_x2 (instructionOffset, topBefore, topAfter); in fixDupSwap()
215 case InstructionConstants.OP_DUP_X2: in visitSimpleInstruction()