Searched defs:POP2 (Results 1 – 6 of 6) sorted by relevance
27 public class POP2 extends StackInstruction implements PopInstruction { class29 public POP2() { in POP2() method in POP2
81 StackInstruction POP2 = new POP2(); field
80 public static final StackInstruction POP2 = new POP2(); field in InstructionConst
632 short POP2 = 88; field
920 public static final short POP2 = 88; field in Const
60 private static final int POP2 = InstructionConstants.OP_POP2 & 0xff; field in EvaluationShrinker