Searched refs:LCMP (Results 1 – 17 of 17) sorted by relevance
27 public class LCMP extends Instruction implements TypedInstruction, StackProducer, StackConsumer { class29 public LCMP() { in LCMP() method in LCMP30 super(org.apache.bcel.Const.LCMP, (short) 1); in LCMP()
139 public static final Instruction LCMP = new LCMP(); field in InstructionConst270 INSTRUCTIONS[Const.LCMP] = LCMP;
140 Instruction LCMP = new LCMP(); field275 INSTRUCTIONS[Const.LCMP] = LCMP; in Clinit()
348 void visitLCMP( LCMP obj ); in visitLCMP()
558 public void visitLCMP( final LCMP obj ) { in visitLCMP()
18 import static org.objectweb.asm.Opcodes.LCMP;56 super.visitInsn(LCMP); in visitMethodInsn()
293 case Opcodes.LCMP: in visitInsn()
186 int LCMP = 148; field
263 LCMP, DCMPL, DCMPG -> { in executeOne()
884 short LCMP = 148; field
1235 public static final short LCMP = 148; field in Const
239 testInsn(LCMP, true); in testInsn()
503 case Opcode.LCMP : in doOpcode148_201()
1030 public void visitLCMP(final LCMP o) { in visitLCMP()
2358 public void visitLCMP(final LCMP o) { in visitLCMP()
483 case LCMP: in execute()
1301 bytecode.addOpcode(LCMP); // 1: >, 0: =, -1: < in compareExpr()