Searched refs:DCMPG (Results 1 – 17 of 17) sorted by relevance
26 public class DCMPG extends Instruction implements TypedInstruction, StackProducer, StackConsumer { class28 public DCMPG() { in DCMPG() method in DCMPG29 super(org.apache.bcel.Const.DCMPG, (short) 1); in DCMPG()
143 public static final Instruction DCMPG = new DCMPG(); field in InstructionConst274 INSTRUCTIONS[Const.DCMPG] = DCMPG;
144 Instruction DCMPG = new DCMPG(); field279 INSTRUCTIONS[Const.DCMPG] = DCMPG; in Clinit()
426 void visitDCMPG( DCMPG obj ); in visitDCMPG()
688 public void visitDCMPG( final DCMPG obj ) { in visitDCMPG()
59 int DCMPG = 152; field
263 LCMP, DCMPL, DCMPG -> { in executeOne()
900 short DCMPG = 152; field
1255 public static final short DCMPG = 152; field in Const
243 testInsn(DCMPG, true); in testInsn()
294 case Opcodes.DCMPG: in visitInsn()
512 case Opcode.DCMPG : in doOpcode148_201()
280 public void visitDCMPG(final DCMPG o) { in visitDCMPG()
800 public void visitDCMPG(final DCMPG o) { in visitDCMPG()
495 case DCMPG: in execute()
104 DCMPG1646 DCMPG1722 DCMPG
1292 bytecode.addOpcode(DCMPG); in compareExpr()