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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp542 const int extra_stack = 0; //6815692//methodOopDesc::extra_stack_words(); local
546 __ lea(rsp, Address(rsp, rdx, Address::times_ptr, -extra_stack));
689 const int extra_stack = 0; //6815692//methodOopDesc::extra_stack_entries(); local
691 __ lea(rax, Address(noreg, rax, Interpreter::stackElementScale(), extra_stack + one_monitor));
2253 const int extra_stack = 0; //6815692//methodOopDesc::extra_stack_entries(); local
2254 const int method_stack = (method->max_locals() + method->max_stack() + extra_stack) *
2319 int extra_stack = 0; //6815692//methodOopDesc::extra_stack_entries(); local
2320 to_fill->_stack_limit = stack_base - (method->max_stack() + extra_stack + 1);
2368 int extra_stack = 0; //6815692//methodOopDesc::extra_stack_entries(); local
2369 int full_frame_size = short_frame_size + (method->max_stack() + extra_stack) * BytesPerWor
[all...]
H A DtemplateInterpreter_x86_32.cpp1557 const int extra_stack = methodOopDesc::extra_stack_entries(); local
1558 const int method_stack = (method->max_locals() + method->max_stack() + extra_stack) *
H A DtemplateInterpreter_x86_64.cpp1580 const int extra_stack = methodOopDesc::extra_stack_entries(); local
1581 const int method_stack = (method->max_locals() + method->max_stack() + extra_stack) *
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2071 const int extra_stack = 0; //6815692//methodOopDesc::extra_stack_entries(); local
2073 extra_stack +
2160 int extra_stack = 0; //6815692//methodOopDesc::extra_stack_entries(); local
2161 to_fill->_stack_limit = stack_base - (method->max_stack() + 1 + extra_stack);

Completed in 53 milliseconds