Searched refs:ensure_stack (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp210 ensure_stack(1); // ensure room to push the exception
454 void ensure_stack(uint stk_size) { map_not_null(); _map->ensure_stack(_map->_jvms, stk_size); } function in class:GraphKit
H A Dcallnode.hpp388 void ensure_stack(JVMState* jvms, uint stk_size) { function in class:SafePointNode
H A Dparse1.cpp741 _exits.ensure_stack(ret_size);
1048 ensure_stack(arg_size - TypeFunc::Parms); // OSR methods have funny args
H A DcallGenerator.cpp346 map->ensure_stack(jvms, jvms->method()->max_stack());
H A Dstringopts.cpp1297 map->ensure_stack(jvms, jvms->method()->max_stack());

Completed in 56 milliseconds