Searched refs:RET (Results 1 - 16 of 16) sorted by relevance

/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);
H A DInstruction.java208 (obj instanceof RET)))
H A DEmptyVisitor.java203 public void visitRET(RET obj) { }
H A DVisitor.java206 public void visitRET(RET obj);
H A DMethodGen.java794 (ins instanceof RET) || (ins instanceof IINC))
911 if(opcode == Constants.ATHROW || opcode == Constants.RET ||
/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/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
H A DMethodWriter.java719 if (opcode == Opcodes.RET) {
721 currentBlock.status |= Label.RET;
750 if (var < 4 && opcode != Opcodes.RET) {
1371 // completes the control flow graph with the RET successors
1395 // second step: finds the successors of RET blocks
H A DFrame.java444 // 0, //RET, // visitVarInsn
1175 case Opcodes.RET:
1176 throw new RuntimeException("JSR/RET are not supported with computeFrames option");
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java318 public void visitRET(RET i) {
319 _out.println("il.append(new RET(" + i.getIndex() + ")));");
H A DCodeHTML.java214 case RET:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java70 import com.sun.org.apache.bcel.internal.generic.RET;
1408 || c instanceof RET) {
1598 || i instanceof RET) {
/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
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java300 case Constants.RET:

Completed in 101 milliseconds