Searched refs:DUP_X1 (Results 1 – 9 of 9) sorted by relevance
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()
82 int DUP_X1 = 90; field
234 mv.visitInsn(Opcodes.DUP_X1); in generateAccessCall()
144 else if (op == Opcode.DUP_X1 in canReplace()
399 case Opcode.DUP_X1 : in doOpcode54_95()401 int len = op - Opcode.DUP_X1 + 2; in doOpcode54_95()
182 testInsn(DUP_X1, true); in testInsn()
807 dup_code = (is2w ? DUP2_X1 : DUP_X1); in atFieldAssign()997 dup_code = (is2w ? DUP2_X1 : DUP_X1); in atFieldPlusPlus()
259 case DUP_X1: in execute()265 int insert = end - (opcode - DUP_X1) - 1; in execute()
1198 case Opcodes.DUP_X1: { in updateState()1913 case Opcodes.DUP_X1: { in build()