Searched refs:POP2 (Results 1 – 10 of 10) sorted by relevance
60 private static final int POP2 = InstructionConstants.OP_POP2 & 0xff; field in EvaluationShrinker69 private static final int MOV2_X1 = DUP2_X1 | (POP2 << 8);70 private static final int MOV2_X2 = DUP2_X2 | (POP2 << 8);72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16);74 private static final int POP2_X1 = DUP_X2 | (POP << 8) | (POP2 << 16);75 private static final int POP2_X2 = DUP2_X2 | (POP2 << 8) | (POP2 << 16);76 private static final int POP3 = POP2 | (POP << 8);77 private static final int POP4 = POP2 | (POP2 << 8);80 private static final int POP2_SWAP_POP = POP2 | (SWAP << 8) | (POP << 16);85 private static final int DUP_X2_POP2 = DUP_X2 | (POP2 << 8);[all …]
219 int POP2 = 88; field
216 bytecode.addOpcode(POP2); // pop2 in atCastToWrapper()417 bytecode.addOpcode(POP2); in atReturnStmnt()
339 bytecode.addOpcode(POP2); in atStmnt()1338 bytecode.addOpcode(POP2); in convertOprandTypes()1341 bytecode.addOpcode(POP2); in convertOprandTypes()
761 bytecode.addOpcode(POP2); in setReturnType()
391 iterator.writeByte(it.is2byte() ? Opcode.POP2 : Opcode.POP, in removeConsCall()
180 testInsn(POP2, true); in testInsn()
391 case Opcode.POP2 : in doOpcode54_95()
247 case POP2: in execute()
1184 case Opcodes.POP2: { in updateState()1898 case Opcodes.POP2: { in build()