Searched defs:callee_parameters (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp95 int Deoptimization::last_frame_adjust(int callee_parameters, argument
/openjdk10/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.cpp306 address AbstractInterpreter::deopt_continue_after_entry(Method* method, address bcp, int callee_parameters, bool is_top_frame) { argument
/openjdk10/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp287 temps + callee_parameters, local
291 callee_parameters, local
475 int vframeArrayElement::on_stack_size(int callee_parameters, argument
584 int callee_parameters, callee_locals; local
165 unpack_on_stack(int caller_actual_parameters, int callee_parameters, int callee_locals, frame* caller, bool is_top_frame, bool is_bottom_frame, int exec_mode) argument
[all...]
H A Ddeoptimization.cpp432 int callee_parameters = 0; local
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp236 int callee_parameters = 0; local
/openjdk10/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp1852 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2589 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A Dcallnode.cpp638 int callee_parameters = 0; local
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp2290 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp2686 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp2572 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2405 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals ) { argument
H A DsharedRuntime_x86_64.cpp2749 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals ) { argument

Completed in 298 milliseconds