Searched defs:return_pc (Results 1 - 25 of 26) sorted by relevance

12

/openjdk10/hotspot/src/cpu/zero/vm/
H A DstubRoutines_zero.hpp38 static bool returns_to_call_stub(address return_pc) { argument
/openjdk10/hotspot/src/cpu/arm/vm/
H A DstubRoutines_arm.hpp56 static bool returns_to_call_stub(address return_pc) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DstubRoutines_ppc.hpp33 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } argument
H A Dc1_MacroAssembler_ppc.cpp69 const Register return_pc = R20; local
423 address return_pc = call_c(dest, relocInfo::runtime_call_type); local
425 address return_pc = call_c(CAST_FROM_FN_PTR(FunctionDescriptor*, dest), relocInfo::runtime_call_type); local
H A Dc1_Runtime1_ppc.cpp63 address return_pc = call_c_with_frame_resize(entry_point, /*No resize, we have a C compatible frame.*/0); local
H A DmacroAssembler_ppc.inline.hpp250 inline void MacroAssembler::call_stub_and_return_to(Register function_entry, Register return_pc) { argument
H A DtemplateInterpreterGenerator_ppc.cpp1672 const Register return_pc = R31; local
1680 return_pc /* return pc */); local
2164 Register return_pc = R3_ARG1; local
2167 __ call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::interpreter_contains), return_pc); local
2257 Register return_pc = R31; // Needs to survive the runtime call. local
2260 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), R16_thread, return_pc); local
[all...]
H A DsharedRuntime_ppc.cpp870 const Register return_pc = R27_tmp7; local
895 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::fixup_callers_callsite), R19_method, return_pc); local
H A Dinterp_masm_ppc_64.cpp735 void InterpreterMacroAssembler::merge_frames(Register Rsender_sp, Register return_pc, argument
H A Dc1_LIRAssembler_ppc.cpp1306 const Register return_pc = R31; // Must survive C-call to enable_stack_reserved_zone(). local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp36 static bool returns_to_call_stub(address return_pc) { argument
H A DstubGenerator_sparc.cpp81 address generate_call_stub(address& return_pc) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DstubRoutines_s390.hpp32 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } argument
H A Dframe_s390.hpp83 uint64_t return_pc; member in struct:z_abi_16
105 uint64_t return_pc; member in struct:z_abi_160
366 uint64_t return_pc; member in struct:z_top_jit_abi_32
H A Dc1_Runtime1_s390.cpp64 address return_pc = NULL; local
[all...]
H A DtemplateInterpreterGenerator_s390.cpp2315 Register return_pc = Z_tmp_1; local
2328 Z_thread, return_pc); local
[all...]
H A DsharedRuntime_s390.cpp270 OopMap* RegisterSaver::save_live_registers(MacroAssembler* masm, RegisterSet reg_set, Register return_pc) { argument
[all...]
H A Dinterp_masm_s390.cpp2104 void InterpreterMacroAssembler::pop_interpreter_frame(Register return_pc, Register tmp1, Register tmp2) { argument
859 remove_activation(TosState state, Register return_pc, bool throw_monitor_exception, bool install_monitor_exception, bool notify_jvmti) argument
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DstubRoutines_aarch64.hpp38 static bool returns_to_call_stub(address return_pc) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp43 gen_stub(address C_function, const char *name, int is_fancy_jump, bool pass_tls, bool return_pc) argument
H A Druntime.cpp160 generate_stub( ciEnv* env, TypeFunc_generator gen, address C_function, const char *name, int is_fancy_jump, bool pass_tls, bool save_argument_registers, bool return_pc) argument
H A Dcompile.cpp938 Compile( ciEnv* ci_env, TypeFunc_generator generator, address stub_function, const char *stub_name, int is_fancy_jump, bool pass_tls, bool save_arg_registers, bool return_pc, DirectiveSet* directive) argument
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.cpp55 bool CompiledMethod::is_method_handle_return(address return_pc) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86.hpp32 static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } argument
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1844 address return_pc = caller_pc + frame::pc_return_offset; variable

Completed in 412 milliseconds

12