Searched refs:DUP2_X1 (Results 1 – 9 of 9) sorted by relevance
65 private static final int DUP2_X1 = InstructionConstants.OP_DUP2_X1 & 0xff; field in EvaluationShrinker69 private static final int MOV2_X1 = DUP2_X1 | (POP2 << 8);72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16);86 private static final int DUP2_X1_POP3 = DUP2_X1 | (POP2 << 8) | (POP << 16);1291 stackEntriesNecessary01 ? DUP2_X1 : // ...XAB -> ...ABXAB in fixedDup2_x1()1352 stackEntriesNecessary01 ? DUP2_X1 : // ...YAB -> ...ABYAB in fixedDup2_x2()1386 stackEntriesNecessary01 ? DUP2_X1 : // ...XAB -> ...ABXAB in fixedDup2_x2()
80 int DUP2_X1 = 93; field
760 bytecode.addOpcode(DUP2_X1); in setReturnType()807 dup_code = (is2w ? DUP2_X1 : DUP_X1); in atFieldAssign()997 dup_code = (is2w ? DUP2_X1 : DUP_X1); in atFieldPlusPlus()
214 bytecode.addOpcode(DUP2_X1); // dup2_x1 in atCastToWrapper()
1336 bytecode.addOpcode(DUP2_X1); in convertOprandTypes()
411 case Opcode.DUP2_X1 : in doOpcode54_95()413 int len = op - Opcode.DUP2_X1 + 3; in doOpcode54_95()
185 testInsn(DUP2_X1, true); in testInsn()
279 case DUP2_X1: in execute()282 int insert = end - (opcode - DUP2_X1) - 1; in execute()
1242 case Opcodes.DUP2_X1: { in updateState()1964 case Opcodes.DUP2_X1: { in build()