Searched refs:LCMP (Results 1 – 12 of 12) 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()
140 Instruction LCMP = new LCMP(); field275 INSTRUCTIONS[Const.LCMP] = LCMP; in Clinit()
139 public static final Instruction LCMP = new LCMP(); field in InstructionConst270 INSTRUCTIONS[Const.LCMP] = LCMP;
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()
884 short LCMP = 148; field
1235 public static final short LCMP = 148; field in Const
239 testInsn(LCMP, true); in testInsn()
1030 public void visitLCMP(final LCMP o) { in visitLCMP()
2358 public void visitLCMP(final LCMP o) { in visitLCMP()