Searched refs:not_empty (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionLAB.hpp83 bool not_empty() const { return used() > 0; } function in class:PSPromotionLAB
H A DcardTableExtension.cpp133 if (sp->not_empty()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableSpace.hpp116 bool not_empty() const { return used_in_words() > 0; } function in class:MutableSpace
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.cpp163 return not_empty;
192 return not_empty;
634 if (e != Block::not_empty) {
702 if (b->is_Empty() != Block::not_empty) {
H A Dblock.hpp302 enum { not_empty, empty_with_goto, completely_empty }; enumerator in enum:Block::__anon295
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp182 bool not_empty() const { return used() > 0; } function in class:Space

Completed in 83 milliseconds