Searched refs:rethrow_stub (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp247 static address rethrow_stub() { return _rethrow_Java; } function in class:OptoRuntime
H A Dcfgnode.cpp464 if (call->is_Call() && call->as_Call()->entry_point() == OptoRuntime::rethrow_stub()) {
2106 if (call->entry_point() == OptoRuntime::rethrow_stub()) {
2155 call->entry_point() == OptoRuntime::rethrow_stub()))
H A DdoCall.cpp831 OptoRuntime::rethrow_stub(),
H A Dcompile.cpp3052 if (call->entry_point() == OptoRuntime::rethrow_stub()) {

Completed in 140 milliseconds