Searched defs:callee_param_count (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DabstractInterpreter_zero.cpp59 size_activation(int max_stack, int tempcount, int extra_args, int moncount, int callee_param_count, int callee_locals, bool is_top_frame) argument
74 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_locals, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DabstractInterpreter_ppc.cpp133 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_locals_count, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DabstractInterpreter_aarch64.cpp129 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_locals, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A DabstractInterpreter_arm.cpp106 size_activation(int max_stack, int tempcount, int extra_args, int moncount, int callee_param_count, int callee_locals, bool is_top_frame) argument
134 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_locals, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A DabstractInterpreter_s390.cpp145 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_locals_count, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk9/hotspot/src/cpu/x86/vm/
H A DabstractInterpreter_x86.cpp57 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_locals, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DabstractInterpreter_sparc.cpp147 layout_activation(Method* method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_count, int callee_local_count, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument

Completed in 96 milliseconds