Searched refs:IRETURN (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIRETURN.java62 * IRETURN - Return int from method
67 public class IRETURN extends ReturnInstruction { class in inherits:ReturnInstruction
70 public IRETURN() { method in class:IRETURN
71 super(com.sun.org.apache.bcel.internal.Constants.IRETURN);
H A DReturnInstruction.java85 case Constants.IRETURN: return Type.INT;
H A DInstructionConstants.java179 public static final ReturnInstruction IRETURN = new IRETURN(); field in interface:InstructionConstants
317 INSTRUCTIONS[Constants.IRETURN] = IRETURN;
H A DEmptyVisitor.java208 public void visitIRETURN(IRETURN obj) { }
H A DVisitor.java211 public void visitIRETURN(IRETURN obj);
H A DInstructionFactory.java281 case Constants.T_BYTE: return IRETURN;
H A DMethodGen.java912 (opcode >= Constants.IRETURN && opcode <= Constants.RETURN))
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceAgent.java32 import static com.sun.xml.internal.ws.org.objectweb.asm.Opcodes.IRETURN;
167 mv.visitInsn(retType.getOpcode(IRETURN));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java304 il.append(IRETURN);
314 il.append(IRETURN);
458 il.append(IRETURN);
H A DNumber.java434 il.append(IRETURN);
461 il.append(IRETURN);
H A DPredicate.java421 il.append(IRETURN);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java341 int IRETURN = 172; // visitInsn field in interface:Opcodes
H A DFrame.java447 // -1, //IRETURN, // visitInsn
1005 case Opcodes.IRETURN:
H A DMethodWriter.java681 if ((opcode >= Opcodes.IRETURN && opcode <= Opcodes.RETURN)
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java332 public static final short IRETURN = 172; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java215 IRETURN(0xac), enum constant in enum:Opcode
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java483 case 'I': opcode = Opcodes.IRETURN; break;

Completed in 83 milliseconds