Searched refs:returns_to_call_stub (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubRoutines_zero.hpp38 static bool returns_to_call_stub(address return_pc) { function
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86_32.hpp54 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } function
H A DstubRoutines_x86_64.hpp32 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } function
H A Dframe_x86.cpp192 if (StubRoutines::returns_to_call_stub(sender_pc)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.inline.hpp79 return StubRoutines::returns_to_call_stub(pc());
H A Dframe.cpp1287 if (StubRoutines::returns_to_call_stub(x)) {
H A DsharedRuntime.cpp500 if (StubRoutines::returns_to_call_stub(return_address)) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp36 static bool returns_to_call_stub(address return_pc) { function

Completed in 2552 milliseconds