Searched defs:caller_actual_parameters (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp197 int caller_actual_parameters,
206 caller_actual_parameters,
219 int caller_actual_parameters,
193 size_activation(methodOop method, int temps, int popframe_args, int monitors, int caller_actual_parameters, int callee_params, int callee_locals, bool is_top_frame, bool is_bottom_frame) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp158 void vframeArrayElement::unpack_on_stack(int caller_actual_parameters, argument
276 caller_actual_parameters, local
423 int vframeArrayElement::on_stack_size(int caller_actual_parameters, argument
436 caller_actual_parameters,
508 void vframeArray::unpack_to_stack(frame &unpack_frame, int exec_mode, int caller_actual_parameters) { argument
548 elem->unpack_on_stack(caller_actual_parameters,
559 caller_actual_parameters = callee_parameters;
H A Ddeoptimization.hpp157 int caller_actual_parameters,
177 int caller_actual_parameters() const { return _caller_actual_parameters; } function in class:Deoptimization::UnrollBlock
H A Ddeoptimization.cpp93 int caller_actual_parameters,
100 _caller_actual_parameters = caller_actual_parameters;
589 array->unpack_to_stack(stub_frame, exec_mode, info->caller_actual_parameters());
91 UnrollBlock(int size_of_deoptimized_frame, int caller_adjustment, int caller_actual_parameters, int number_of_frames, intptr_t* frame_sizes, address* frame_pcs, BasicType return_type) argument
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp916 int caller_actual_parameters,
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.cpp1576 int caller_actual_parameters,
1660 int parm_words = caller_actual_parameters * Interpreter::stackElementWords;
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
H A DcppInterpreter_sparc.cpp2182 int caller_actual_parameters,
2178 layout_activation(methodOop method, int tempcount, int popframe_extra_args, int moncount, int caller_actual_parameters, int callee_param_size, int callee_locals_size, frame* caller, frame* interpreter_frame, bool is_top_frame, bool is_bottom_frame) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2332 int caller_actual_parameters,
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.cpp1569 int caller_actual_parameters,
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.cpp1590 int caller_actual_parameters,
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 73 milliseconds