Searched refs:_freturn (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java348 _freturn = 174, // 0xae field in class:Constants
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp239 case Bytecodes::_freturn :
H A DciTypeFlow.cpp1196 case Bytecodes::_freturn:
1744 case Bytecodes::_lreturn: case Bytecodes::_freturn:
2160 case Bytecodes::_freturn:
H A DbcEscapeAnalyzer.cpp818 case Bytecodes::_freturn:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp215 _freturn = 174, // 0xae enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp469 def(_freturn , "freturn" , "b" , NULL , T_FLOAT , -1, true);
H A DtemplateTable.cpp435 def(Bytecodes::_freturn , ____|disp|clvm|____, ftos, ftos, _return , ftos );
H A DbytecodeInterpreter.cpp1509 CASE(_freturn):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp668 case Bytecodes::_freturn:
H A DsharkBlock.cpp735 case Bytecodes::_freturn:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java213 public static final int _freturn = 174; // 0xae field in class:Bytecodes
734 def(_freturn , "freturn" , "b" , null , BasicType.getTFloat() , -1, true );
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp350 case Bytecodes::_freturn:
769 case Bytecodes::_freturn:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1353 case Bytecodes._freturn: doReturnMonitorCheck();
1446 case Bytecodes._freturn:
2113 case Bytecodes._freturn:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp574 case Bytecodes::_freturn:
1165 case Bytecodes::_freturn:
1553 case Bytecodes::_freturn: do_return_monitor_check();
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2168 case Bytecodes::_freturn:
H A DgraphKit.cpp1070 case Bytecodes::_freturn:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp276 case Bytecodes::_freturn: // fall through
2664 case Bytecodes::_freturn : method_return(fpop()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1504 case Bytecodes::_freturn :

Completed in 154 milliseconds