Searched defs:returns_to_call_stub (Results 1 - 4 of 4) 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
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp36 static bool returns_to_call_stub(address return_pc) { function

Completed in 61 milliseconds