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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp917 int callee_param_count,
924 assert(!is_top_frame || (!callee_locals && !callee_param_count),
943 int callee_extra_locals = callee_locals - callee_param_count;
912 layout_activation(methodOop 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
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1577 int callee_param_count,
1624 int rounded_cls = round_to((callee_local_count - callee_param_count), WordsPerLong);
1572 layout_activation(methodOop 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
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2333 int callee_param_count,
2360 int extra_locals_size = (callee_locals - callee_param_count) * BytesPerWord;
2328 layout_activation(methodOop 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
H A DtemplateInterpreter_x86_32.cpp1570 int callee_param_count,
1597 ((callee_locals - callee_param_count)*Interpreter::stackElementWords) +
1565 layout_activation(methodOop 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
H A DtemplateInterpreter_x86_64.cpp1591 int callee_param_count,
1616 (callee_locals - callee_param_count)*Interpreter::stackElementWords +
1586 layout_activation(methodOop 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

Completed in 44 milliseconds