Searched refs:extra_locals (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp39 int extra_locals = locals_words - arg_size(); local
50 LLVMValue::intptr_constant((frame_words + extra_locals) * wordSize));
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp175 int extra_locals = method->max_locals() - method->size_of_parameters(); local
176 stack->set_sp(stack->sp() + extra_locals);
669 int extra_locals = 0; local
674 extra_locals = method->max_locals() - method->size_of_parameters();
681 extra_locals + header_words + monitor_words + stack_words, CHECK_NULL);
685 for (int i = 0; i < extra_locals; i++)
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1586 int extra_locals = (method->max_locals() - method->size_of_parameters()) * local
1637 if (extra_locals != 0 &&
1639 interpreter_frame->set_interpreter_frame_sender_sp(caller->sp() + extra_locals);
H A DtemplateInterpreter_x86_64.cpp1606 int extra_locals = (method->max_locals() - method->size_of_parameters()) * local
1655 if (extra_locals != 0 &&
1659 extra_locals);

Completed in 3709 milliseconds