Searched refs:_dom_stk (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp2127 _dom_stk = NULL;
2191 _dom_stk = NULL; // Allocated on demand in recompute_dom_depth
2675 if (_dom_stk == NULL) {
2678 _dom_stk = new GrowableArray<uint>(init_size);
2685 _dom_stk->push(j);
2690 while (_dom_stk->length() > 0) {
2691 uint j = _dom_stk->pop();
H A Dloopnode.hpp720 GrowableArray<uint>* _dom_stk; // For recomputation of dom depth member in class:PhaseIdealLoop

Completed in 55 milliseconds