Searched refs:OP_DUP2 (Results 1 – 5 of 5) sorted by relevance
122 public static final byte OP_DUP2 = 92; field
93 case InstructionConstants.OP_DUP2: in create()
64 private static final int DUP2 = InstructionConstants.OP_DUP2 & 0xff;608 case InstructionConstants.OP_DUP2: in visitSimpleInstruction()1060 … case InstructionConstants.OP_DUP2: return fixedDup2 (instructionOffset, topBefore, topAfter); in fixDupSwap()
219 case InstructionConstants.OP_DUP2: in visitSimpleInstruction()
535 new SimpleInstruction(InstructionConstants.OP_DUP2),553 new SimpleInstruction(InstructionConstants.OP_DUP2),2508 new SimpleInstruction(InstructionConstants.OP_DUP2),2517 new SimpleInstruction(InstructionConstants.OP_DUP2),