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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java347 _lreturn = 173, // 0xad field in class:Constants
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp238 case Bytecodes::_lreturn :
H A DciTypeFlow.cpp1410 case Bytecodes::_lreturn:
1744 case Bytecodes::_lreturn: case Bytecodes::_freturn:
2159 case Bytecodes::_lreturn:
H A DbcEscapeAnalyzer.cpp822 case Bytecodes::_lreturn:
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp214 _lreturn = 173, // 0xad enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp468 def(_lreturn , "lreturn" , "b" , NULL , T_LONG , -2, true);
H A DtemplateTable.cpp434 def(Bytecodes::_lreturn , ____|disp|clvm|____, ltos, ltos, _return , ltos );
H A DbytecodeInterpreter.cpp1517 CASE(_lreturn):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp667 case Bytecodes::_lreturn:
H A DsharkBlock.cpp732 case Bytecodes::_lreturn:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java212 public static final int _lreturn = 173; // 0xad field in class:Bytecodes
733 def(_lreturn , "lreturn" , "b" , null , BasicType.getTLong() , -2, true );
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp349 case Bytecodes::_lreturn:
776 case Bytecodes::_lreturn:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1364 case Bytecodes._lreturn: doReturnMonitorCheck();
1445 case Bytecodes._lreturn:
2112 case Bytecodes._lreturn:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp573 case Bytecodes::_lreturn:
1164 case Bytecodes::_lreturn:
1564 case Bytecodes::_lreturn: do_return_monitor_check();
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2171 case Bytecodes::_lreturn:
H A DgraphKit.cpp1069 case Bytecodes::_lreturn:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp275 case Bytecodes::_lreturn: // fall through
2663 case Bytecodes::_lreturn : method_return(lpop()); break;
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1496 case Bytecodes::_lreturn :

Completed in 105 milliseconds