Searched refs:_call_stub_return_address (Results 1 - 11 of 11) sorted by relevance

/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; }
H A DstubRoutines_x86_64.hpp32 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; }
H A DstubGenerator_x86_32.cpp372 assert(StubRoutines::_call_stub_return_address != NULL, "_call_stub_return_address must have been generated before");
373 __ jump(RuntimeAddress(StubRoutines::_call_stub_return_address));
2897 generate_call_stub(StubRoutines::_call_stub_return_address);
H A DstubGenerator_x86_64.cpp468 assert(StubRoutines::_call_stub_return_address != NULL,
469 "_call_stub_return_address must have been generated before");
470 __ jump(RuntimeAddress(StubRoutines::_call_stub_return_address));
3738 generate_call_stub(StubRoutines::_call_stub_return_address);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp37 return ((return_pc + frame::pc_return_offset) == _call_stub_return_address) ||
38 (return_pc == _call_stub_return_address );
H A DstubGenerator_sparc.cpp349 assert(StubRoutines::_call_stub_return_address != NULL, "must have been generated before");
351 AddressLiteral stub_ret(StubRoutines::_call_stub_return_address);
3387 StubRoutines::_call_stub_entry = generate_call_stub(StubRoutines::_call_stub_return_address);
/openjdk7/hotspot/src/os/bsd/dtrace/
H A DgenerateJvmOffsets.cpp83 address StubRoutines::_call_stub_return_address = NULL; member in class:StubRoutines
/openjdk7/hotspot/src/os/solaris/dtrace/
H A DgenerateJvmOffsets.cpp78 address StubRoutines::_call_stub_return_address = NULL; member in class:StubRoutines
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp125 static address _call_stub_return_address; // the return PC, when returning to a call stub member in class:StubRoutines
H A DstubRoutines.cpp47 address StubRoutines::_call_stub_return_address = NULL; member in class:StubRoutines
H A DvmStructs.cpp825 static_field(StubRoutines, _call_stub_return_address, address) \

Completed in 90 milliseconds