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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLRETURN.java62 * LRETURN - Return long from method
67 public class LRETURN extends ReturnInstruction { class in inherits:ReturnInstruction
68 public LRETURN() { method in class:LRETURN
69 super(com.sun.org.apache.bcel.internal.Constants.LRETURN);
H A DInstructionConstants.java180 public static final ReturnInstruction LRETURN = new LRETURN(); field in interface:InstructionConstants
318 INSTRUCTIONS[Constants.LRETURN] = LRETURN;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java342 int LRETURN = 173; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java333 public static final short LRETURN = 173; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java216 LRETURN(0xad), enum constant in enum:Opcode

Completed in 51 milliseconds