Searched refs:LCMP (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLCMP.java62 * LCMP - Compare longs:
68 public class LCMP extends Instruction class in inherits:Instruction,TypedInstruction,StackProducer,StackConsumer
71 public LCMP() { method in class:LCMP
72 super(com.sun.org.apache.bcel.internal.Constants.LCMP, (short)1);
H A DInstructionConstants.java174 public static final Instruction LCMP = new LCMP(); field in interface:InstructionConstants
312 INSTRUCTIONS[Constants.LCMP] = LCMP;
H A DEmptyVisitor.java173 public void visitLCMP(LCMP obj) { }
H A DVisitor.java176 public void visitLCMP(LCMP obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java317 int LCMP = 148; // - field in interface:Opcodes
H A DFrame.java423 // -3, //LCMP, // -
1168 case Opcodes.LCMP:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java308 public static final short LCMP = 148; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java191 LCMP(0x94), enum constant in enum:Opcode

Completed in 70 milliseconds