Searched defs:stk_size (Results 1 - 3 of 3) 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 DgraphKit.cpp75 int stk_size = jvms->stk_size(); local
78 for (int i = from_sp; i < stk_size; i++) {

Completed in 115 milliseconds