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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLCONST.java84 opcode = com.sun.org.apache.bcel.internal.Constants.LCONST_1;
H A DPUSH.java122 instruction = LCONST_1;
H A DInstructionConstants.java92 public static final Instruction LCONST_1 = new LCONST(1); field in interface:InstructionConstants
230 INSTRUCTIONS[Constants.LCONST_1] = LCONST_1;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java179 int LCONST_1 = 10; // - field in interface:Opcodes
H A DFrame.java285 // 2, //LCONST_1, // -
887 case Opcodes.LCONST_1:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java361 makeChar(Constants.LCONST_1), ')' }));
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java167 public static final short LCONST_1 = 10; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java53 LCONST_1(0xa), enum constant in enum:Opcode

Completed in 49 milliseconds