Searched refs:FCONST_2 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFCONST.java86 opcode = com.sun.org.apache.bcel.internal.Constants.FCONST_2;
H A DPUSH.java109 instruction = FCONST_2;
H A DInstructionConstants.java95 public static final Instruction FCONST_2 = new FCONST(2); field in interface:InstructionConstants
233 INSTRUCTIONS[Constants.FCONST_2] = FCONST_2;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java182 int FCONST_2 = 13; // - field in interface:Opcodes
H A DFrame.java288 // 1, //FCONST_2, // -
894 case Opcodes.FCONST_2:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java170 public static final short FCONST_2 = 13; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java56 FCONST_2(0xd), enum constant in enum:Opcode

Completed in 97 milliseconds