Searched defs:not_empty (Results 1 - 4 of 4) 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
/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/memory/
H A Dspace.hpp182 bool not_empty() const { return used() > 0; } function in class:Space
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp302 enum { not_empty, empty_with_goto, completely_empty }; enumerator in enum:Block::__anon295

Completed in 53 milliseconds