Searched refs:DUP_X1 (Results 1 – 16 of 16) sorted by relevance
26 public class DUP_X1 extends StackInstruction { class28 public DUP_X1() { in DUP_X1() method in DUP_X129 super(org.apache.bcel.Const.DUP_X1); in DUP_X1()
83 StackInstruction DUP_X1 = new DUP_X1(); field218 INSTRUCTIONS[Const.DUP_X1] = DUP_X1; in Clinit()
82 public static final StackInstruction DUP_X1 = new DUP_X1(); field in InstructionConst213 INSTRUCTIONS[Const.DUP_X1] = DUP_X1;
540 void visitDUP_X1( DUP_X1 obj ); in visitDUP_X1()
868 public void visitDUP_X1( final DUP_X1 obj ) { in visitDUP_X1()
470 return (size == 2) ? InstructionConst.DUP2_X1 : InstructionConst.DUP_X1; in createDup_1()
62 private static final int DUP_X1 = InstructionConstants.OP_DUP_X1 & 0xff; field in EvaluationShrinker81 private static final int SWAP_DUP_X1 = SWAP | (DUP_X1 << 8);82 private static final int SWAP_DUP_X1_SWAP = SWAP | (DUP_X1 << 8) | (SWAP << 16);84 private static final int SWAP_POP_DUP_X1 = SWAP | (POP << 8) | (DUP_X1 << 16);1102 stackEntryNecessary0 ? DUP_X1 : // ...XO -> ...OXO in fixedDup_x1()1160 stackEntryNecessary0 ? DUP_X1 : // ...YO -> ...OYO in fixedDup_x2()1194 stackEntryNecessary0 ? DUP_X1 : // ...XO -> ...OXO in fixedDup_x2()1250 stackEntryNecessary0 ? DUP_X1 : // ...AB -> ...BAB in fixedDup2()
31 import static org.objectweb.asm.Opcodes.DUP_X1;197 mv.visitInsn(DUP_X1); in createClass()
248 mv.visitInsn(Opcodes.DUP_X1); in generateAccessCall()
207 instructions.add(new InsnNode(Opcodes.DUP_X1)); // A B [] C [] in interceptInvokeVirtualMethodWithoutInvokeDynamic()302 instructions.add(new InsnNode(Opcodes.DUP_X1)); in box()
640 short DUP_X1 = 90; field
930 public static final short DUP_X1 = 90; field in Const
182 testInsn(DUP_X1, true); in testInsn()
179 case Opcodes.DUP_X1: in visitInsn()
356 public void visitDUP_X1(final DUP_X1 o) { in visitDUP_X1()
937 public void visitDUP_X1(final DUP_X1 o) { in visitDUP_X1()