Searched defs:RET (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DBenchFunCall.java34 final static double RET = 1.0; field in class:BenchFunCall
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DRET.java64 * RET - Return from subroutine
70 public class RET extends Instruction implements IndexedInstruction, TypedInstruction { class in inherits:Instruction,IndexedInstruction,TypedInstruction
78 RET() {} method in class:RET
80 public RET(int index) { method in class:RET
81 super(com.sun.org.apache.bcel.internal.Constants.RET, (short)2);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java116 * Indicates if this basic block ends with a RET instruction.
118 static final int RET = 256; field in class:Label
149 * @see #RET
501 * null it is added to the successor of the RET blocks found in the
513 // adds JSR to the successors of this block, if it is a RET block
514 if ((status & RET) != 0) {
H A DOpcodes.java338 int RET = 169; // visitVarInsn field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java329 public static final short RET = 169; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java212 RET(0xa9, LOCAL), enum constant in enum:Opcode

Completed in 47 milliseconds