Searched defs:startsHumongous (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp59 (_hr_)->startsHumongous() ? "HS" : \
439 bool startsHumongous() const { return _humongous_type == StartsHumongous; } function in class:HeapRegion
452 assert(startsHumongous(), "doesn't make sense on HC regions");
461 assert(startsHumongous(), "don't call this otherwise");
648 assert(isHumongous() && startsHumongous(),

Completed in 42 milliseconds