Searched defs:tempcount (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp913 int tempcount,
935 // Note that tempcount is the current size of the expression
942 int stack_words = is_top_frame ? method->max_stack() : tempcount;
950 intptr_t *stack = stack_base - tempcount - 1;
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.cpp1573 int tempcount,
1649 (tempcount * 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.cpp2179 int tempcount, // Number of slots on java expression stack in use
2198 // NOTE: tempcount is the current size of the java expression stack. For top most
2273 intptr_t* stack = stack_base - (tempcount + 1);
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.cpp2329 int tempcount, //
2348 // NOTE: tempcount is the current size of the java expression stack. For top most
2372 short_frame_size = short_frame_size + tempcount * BytesPerWord;
2425 intptr_t* stack = (intptr_t*) ((intptr_t) stack_base - (tempcount + 1) * 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.cpp1566 int tempcount,
1599 tempcount*Interpreter::stackElementWords + popframe_extra_args;
1629 tempcount*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.cpp1587 int tempcount,
1618 tempcount* Interpreter::stackElementWords + popframe_extra_args;
1648 tempcount*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 70 milliseconds