Searched refs:DCMPL (Results 1 – 16 of 16) sorted by relevance
26 public class DCMPL extends Instruction implements TypedInstruction, StackProducer, StackConsumer { class28 public DCMPL() { in DCMPL() method in DCMPL29 super(org.apache.bcel.Const.DCMPL, (short) 1); in DCMPL()
142 public static final Instruction DCMPL = new DCMPL(); field in InstructionConst273 INSTRUCTIONS[Const.DCMPL] = DCMPL;
143 Instruction DCMPL = new DCMPL(); field278 INSTRUCTIONS[Const.DCMPL] = DCMPL; in Clinit()
153 void visitDCMPL( DCMPL obj ); in visitDCMPL()
233 public void visitDCMPL( final DCMPL obj ) { in visitDCMPL()
60 int DCMPL = 151; field
263 LCMP, DCMPL, DCMPG -> { in executeOne()
896 short DCMPL = 151; field
1250 public static final short DCMPL = 151; field in Const
242 testInsn(DCMPL, true); in testInsn()
295 case Opcodes.DCMPL: in visitInsn()
511 case Opcode.DCMPL : in doOpcode148_201()
287 public void visitDCMPL(final DCMPL o) { in visitDCMPL()
813 public void visitDCMPL(final DCMPL o) { in visitDCMPL()
494 case DCMPL: in execute()
1294 bytecode.addOpcode(DCMPL); in compareExpr()