Searched refs:is_nonempty (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp203 bool is_nonempty() { return (_stack_top >= _stack); }
274 while (bstack.is_nonempty()) {
531 while (dfstack.is_nonempty()) {
H A DloopPredicate.cpp481 while (_stack.is_nonempty()) {
526 while (_stack.is_nonempty()) {
H A DphaseX.cpp1160 while (_stack.is_nonempty()) {
1246 } // while (_stack.is_nonempty())
1503 while ( trstack.is_nonempty() ) {
H A Dmatcher.cpp986 while (mstack.is_nonempty()) {
1038 if (_visited.test_set(n->_idx)) continue; // while(mstack.is_nonempty())
1102 } // while (mstack.is_nonempty())
1908 while (mstack.is_nonempty()) {
1949 continue; // while (mstack.is_nonempty())
1979 continue; // while (mstack.is_nonempty())
2192 } // end of while (mstack.is_nonempty())
H A Dblock.cpp406 while (nstack.is_nonempty()) {
H A Dnode.hpp1464 bool is_nonempty() const { return (_inode_top >= _inodes); } function in class:Node_Stack
H A Dgcm.cpp127 while ( spstack.is_nonempty() ) {
H A Dmacro.cpp549 while(value_phis.is_nonempty()) {
H A Dsuperword.cpp1534 while (_n_idx_list.is_nonempty()) {
H A Dcompile.cpp3493 assert(labels.is_nonempty(), "must be");
H A Descape.cpp3159 while (old_mems.is_nonempty()) {
H A Dloopnode.cpp3722 while (stk.is_nonempty()) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp199 bool is_nonempty() const { return _len != 0; } function in class:GrowableArray
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp269 if (monitors->is_nonempty()) {

Completed in 104 milliseconds