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

/openjdk10/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp197 bool is_nonempty() { return (_stack_top >= _stack); }
266 while (bstack.is_nonempty()) {
517 while (dfstack.is_nonempty()) {
H A DloopPredicate.cpp437 while (_stack.is_nonempty()) {
488 while (_stack.is_nonempty()) {
H A DphaseX.cpp1334 while (_stack.is_nonempty()) {
1425 } // while (_stack.is_nonempty())
1791 while ( trstack.is_nonempty() ) {
H A Dmatcher.cpp981 while (mstack.is_nonempty()) {
1035 if (_visited.test_set(n->_idx)) continue; // while(mstack.is_nonempty())
1108 } // while (mstack.is_nonempty())
2043 while (mstack.is_nonempty()) {
2084 continue; // while (mstack.is_nonempty())
2114 continue; // while (mstack.is_nonempty())
2334 } // end of while (mstack.is_nonempty())
H A Dsuperword.cpp278 have_side_effects = p1.node_stack()->is_nonempty();
292 have_side_effects = nstack.is_nonempty();
2594 while (_n_idx_list.is_nonempty()) {
H A Dblock.cpp404 while (nstack.is_nonempty()) {
H A Dnode.hpp1603 bool is_nonempty() const { return (_inode_top >= _inodes); }
H A Dgcm.cpp140 while (spstack.is_nonempty()) {
H A Dmacro.cpp650 while(value_phis.is_nonempty()) {
H A Descape.cpp3431 while (old_mems.is_nonempty()) {
H A Dloopnode.cpp3777 while (stk.is_nonempty()) {
H A Dcompile.cpp4023 assert(labels.is_nonempty(), "must be");
/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp206 bool is_nonempty() const { return _len != 0; } function in class:GrowableArray
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp755 if (_patch_mod_entries != NULL && _patch_mod_entries->is_nonempty()) {
/openjdk10/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp257 if (monitors->is_nonempty()) {
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ConcurrentMark.cpp267 _scan_in_progress = _survivors->regions()->is_nonempty();

Completed in 205 milliseconds