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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DDRETURN.java62 * DRETURN - Return double from method
67 public class DRETURN extends ReturnInstruction { class in inherits:ReturnInstruction
70 public DRETURN() { method in class:DRETURN
71 super(com.sun.org.apache.bcel.internal.Constants.DRETURN);
H A DInstructionConstants.java182 public static final ReturnInstruction DRETURN = new DRETURN(); field in interface:InstructionConstants
320 INSTRUCTIONS[Constants.DRETURN] = DRETURN;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java344 int DRETURN = 175; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java335 public static final short DRETURN = 175; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java218 DRETURN(0xaf), enum constant in enum:Opcode

Completed in 68 milliseconds