Searched defs:return_pc (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) { argument
39 return return_pc == call_stub_return_pc();
/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; } argument
H A DstubRoutines_x86_64.hpp32 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp36 static bool returns_to_call_stub(address return_pc) { argument
37 return ((return_pc + frame::pc_return_offset) == _call_stub_return_address) ||
38 (return_pc == _call_stub_return_address );
H A DstubGenerator_sparc.cpp102 address generate_call_stub(address& return_pc) { argument
258 return_pc = __ pc();
/openjdk7/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp46 bool return_pc) {
126 if( return_pc )
182 if( return_pc ) // Return PC, if asked for
42 gen_stub(address C_function, const char *name, int is_fancy_jump, bool pass_tls, bool return_pc) argument
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2199 bool nmethod::is_method_handle_return(address return_pc) { argument
2201 PcDesc* pd = pc_desc_at(return_pc);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1691 address return_pc = caller_pc + frame::pc_return_offset; variable
1708 if (NativeCall::is_call_before(return_pc)) {
1709 NativeCall *call = nativeCall_before(return_pc);

Completed in 263 milliseconds