Searched defs:FRETURN (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFRETURN.java62 * FRETURN - Return float from method
67 public class FRETURN extends ReturnInstruction { class in inherits:ReturnInstruction
70 public FRETURN() { method in class:FRETURN
71 super(com.sun.org.apache.bcel.internal.Constants.FRETURN);
H A DInstructionConstants.java181 public static final ReturnInstruction FRETURN = new FRETURN(); field in interface:InstructionConstants
319 INSTRUCTIONS[Constants.FRETURN] = FRETURN;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java343 int FRETURN = 174; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java334 public static final short FRETURN = 174; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java217 FRETURN(0xae), enum constant in enum:Opcode

Completed in 45 milliseconds