Searched refs:is_bottom_frame (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp91 bool is_bottom_frame,
101 bool is_bottom_frame,
H A DvframeArray.cpp163 bool is_bottom_frame,
282 is_bottom_frame); local
427 bool is_bottom_frame,
440 is_bottom_frame);
158 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
423 on_stack_size(int caller_actual_parameters, int callee_parameters, int callee_locals, bool is_top_frame, bool is_bottom_frame, int popframe_extra_stack_expression_els) const argument
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp201 bool is_bottom_frame) {
212 is_bottom_frame);
225 bool is_bottom_frame);
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/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1582 bool is_bottom_frame) {
1665 if (!is_bottom_frame) {
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.cpp2188 bool is_bottom_frame) {
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/zero/vm/
H A DcppInterpreter_zero.cpp922 bool is_bottom_frame) {
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/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1575 bool is_bottom_frame) {
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.cpp1596 bool is_bottom_frame) {
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
H A DcppInterpreter_x86.cpp2338 bool is_bottom_frame) {
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

Completed in 3346 milliseconds