/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | vframeArray.hpp | 91 bool is_bottom_frame, 101 bool is_bottom_frame,
|
H A D | vframeArray.cpp | 163 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 D | abstractInterpreter.hpp | 201 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 D | templateInterpreter_sparc.cpp | 1582 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 D | cppInterpreter_sparc.cpp | 2188 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 D | cppInterpreter_zero.cpp | 922 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 D | templateInterpreter_x86_32.cpp | 1575 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 D | templateInterpreter_x86_64.cpp | 1596 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 D | cppInterpreter_x86.cpp | 2338 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
|