Searched refs:DRETURN (Results 1 - 11 of 11) 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 DReturnInstruction.java88 case Constants.DRETURN: return Type.DOUBLE;
H A DInstructionConstants.java182 public static final ReturnInstruction DRETURN = new DRETURN(); field in interface:InstructionConstants
320 INSTRUCTIONS[Constants.DRETURN] = DRETURN;
H A DEmptyVisitor.java132 public void visitDRETURN(DRETURN obj) { }
H A DVisitor.java135 public void visitDRETURN(DRETURN obj);
H A DInstructionFactory.java283 case Constants.T_DOUBLE: return 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
H A DFrame.java450 // -2, //DRETURN, // -
1027 case Opcodes.DRETURN:
/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
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java486 case 'D': opcode = Opcodes.DRETURN; break;

Completed in 90 milliseconds