Searched refs:DUP2_X2 (Results 1 – 13 of 13) sorted by relevance
26 public class DUP2_X2 extends StackInstruction { class28 public DUP2_X2() { in DUP2_X2() method in DUP2_X229 super(org.apache.bcel.Const.DUP2_X2); in DUP2_X2()
87 StackInstruction DUP2_X2 = new DUP2_X2(); field222 INSTRUCTIONS[Const.DUP2_X2] = DUP2_X2; in Clinit()
86 public static final StackInstruction DUP2_X2 = new DUP2_X2(); field in InstructionConst217 INSTRUCTIONS[Const.DUP2_X2] = DUP2_X2;
288 void visitDUP2_X2( DUP2_X2 obj ); in visitDUP2_X2()
458 public void visitDUP2_X2( final DUP2_X2 obj ) { in visitDUP2_X2()
462 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
66 private static final int DUP2_X2 = InstructionConstants.OP_DUP2_X2 & 0xff; field in EvaluationShrinker70 private static final int MOV2_X2 = DUP2_X2 | (POP2 << 8);75 private static final int POP2_X2 = DUP2_X2 | (POP2 << 8) | (POP2 << 16);87 private static final int DUP2_X2_POP3 = DUP2_X2 | (POP2 << 8) | (POP << 16);88 private static final int DUP2_X2_SWAP_POP = DUP2_X2 | (SWAP << 8) | (POP << 16);1336 stackEntriesNecessary01 ? DUP2_X2 : // ...XYAB -> ...ABXYAB in fixedDup2_x2()
656 short DUP2_X2 = 94; field
950 public static final short DUP2_X2 = 94; field in Const
186 testInsn(DUP2_X2, true); in testInsn()
221 case Opcodes.DUP2_X2: in visitInsn()
419 public void visitDUP2_X2(final DUP2_X2 o) { in visitDUP2_X2()
1016 public void visitDUP2_X2(final DUP2_X2 o) { in visitDUP2_X2()