Searched refs:LCONST_0 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLCONST.java79 super(com.sun.org.apache.bcel.internal.Constants.LCONST_0, (short)1);
82 opcode = com.sun.org.apache.bcel.internal.Constants.LCONST_0;
H A DPUSH.java120 instruction = LCONST_0;
H A DInstructionConstants.java91 public static final Instruction LCONST_0 = new LCONST(0); field in interface:InstructionConstants
229 INSTRUCTIONS[Constants.LCONST_0] = LCONST_0;
H A DInstructionFactory.java584 case Constants.T_LONG: return LCONST_0;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java178 int LCONST_0 = 9; // - field in interface:Opcodes
H A DFrame.java284 // 2, //LCONST_0, // -
886 case Opcodes.LCONST_0:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java360 map.put("lconst", new String(new char[] { '(', makeChar(Constants.LCONST_0), '|',
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java166 public static final short LCONST_0 = 9; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java52 LCONST_0(0x9), enum constant in enum:Opcode

Completed in 298 milliseconds