Searched defs:is_top_frame (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp317 address AbstractInterpreter::deopt_continue_after_entry(methodOop method, address bcp, int callee_parameters, bool is_top_frame) { argument
339 if (!is_top_frame) {
353 if (!is_top_frame) {
378 is_top_frame
H A DabstractInterpreter.hpp186 bool is_top_frame);
200 bool is_top_frame,
211 is_top_frame,
224 bool is_top_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/share/vm/runtime/
H A DvframeArray.cpp162 bool is_top_frame,
179 assert(is_top_frame, "reexecute allowed only for the top frame");
184 pc = Interpreter::deopt_continue_after_entry(method(), bcp, callee_parameters, is_top_frame);
201 assert(*bcp != Bytecodes::_monitorenter || is_top_frame, "a _monitorenter must be a top frame");
210 if (is_top_frame) {
281 is_top_frame, local
359 if (is_top_frame && JvmtiExport::can_pop_frame() && thread->popframe_forcing_deopt_reexecution()) {
426 bool is_top_frame,
439 is_top_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
H A Ddeoptimization.cpp613 bool is_top_frame = true; variable
696 (is_top_frame && (exec_mode == Unpack_exception) && iframe->interpreter_frame_expression_stack_size() == 0) ||
697 (is_top_frame && (exec_mode == Unpack_uncommon_trap || exec_mode == Unpack_reexecute) &&
728 is_top_frame = false;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp921 bool is_top_frame,
924 assert(!is_top_frame || (!callee_locals && !callee_param_count),
942 int stack_words = is_top_frame ? method->max_stack() : tempcount;
961 is_top_frame);
975 bool is_top_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
966 layout_interpreterState(interpreterState istate, frame* caller, frame* current, methodOop method, intptr_t* locals, intptr_t* stack, intptr_t* stack_base, intptr_t* monitor_base, intptr_t* frame_bottom, bool is_top_frame) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1581 bool is_top_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.cpp2104 bool is_top_frame
2117 if (is_top_frame && JavaThread::current()->popframe_forcing_deopt_reexecution() ) {
2187 bool is_top_frame,
2214 int frame_words = is_top_frame ? full_frame_words : short_frame_words;
2285 is_top_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/x86/vm/
H A DcppInterpreter_x86.cpp2277 bool is_top_frame
2290 if (is_top_frame && JavaThread::current()->popframe_forcing_deopt_reexecution() ) {
2337 bool is_top_frame,
2375 int frame_size = (is_top_frame ? full_frame_size : short_frame_size);
2437 is_top_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
H A DtemplateInterpreter_x86_32.cpp1574 bool is_top_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.cpp1595 bool is_top_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
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp3115 bool is_top_frame = true; local
3147 if (is_top_frame) {
3171 is_top_frame = false;

Completed in 88 milliseconds