Searched refs:stk_size (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp237 int stk_size() const { return monoff() - stkoff(); } function in class:JVMState
388 void ensure_stack(JVMState* jvms, uint stk_size) { argument
390 int grow_by = (int)stk_size - (int)jvms->stk_size();
H A DgraphKit.hpp454 void ensure_stack(uint stk_size) { map_not_null(); _map->ensure_stack(_map->_jvms, stk_size); } argument
H A DcallGenerator.cpp985 assert(nargs <= kit.sp() && kit.sp() <= jvms->stk_size(), "sane sp w/ args pushed");
H A DgraphKit.cpp75 int stk_size = jvms->stk_size(); local
78 for (int i = from_sp; i < stk_size; i++) {
H A Dcallnode.cpp395 for (i = 0; i < (uint)stk_size(); i++) {
H A Doutput.cpp868 int num_exps = (method == NULL) ? 0 : jvms->stk_size();
H A Dparse1.cpp183 int max_stack = jvms()->stk_size();

Completed in 467 milliseconds