Searched refs:opc_freturn (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java95 public static final byte opc_freturn = (byte) 0xae; field in interface:ClassFileConstants
H A DClassFileAssembler.java531 public void opc_freturn() { method in class:ClassFileAssembler
532 emitByte(opc_freturn);
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java286 int opc_freturn = 174; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java288 int opc_freturn = 174; field in interface:RuntimeConstants
H A DInject.java640 c.writeU1(opc_freturn);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java295 int opc_freturn = 174; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DAssembler.java170 case opc_freturn:
315 case opc_freturn:
541 case opc_freturn:
816 case opc_freturn: case opc_dreturn: case opc_areturn:
H A DInstruction.java202 case opc_freturn: case opc_dreturn: case opc_areturn:
455 case opc_fcmpg: case opc_ireturn: case opc_freturn:
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java274 private static final int opc_freturn = 174; field in class:ProxyGenerator
1069 out.writeByte(opc_freturn);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp555 /* 0xAC */ &&opc_ireturn, &&opc_lreturn, &&opc_freturn, &&opc_dreturn,

Completed in 86 milliseconds