Searched refs:_humongous_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp247 HumongousType _humongous_type; member in class:HeapRegion
438 bool isHumongous() const { return _humongous_type != NotHumongous; }
439 bool startsHumongous() const { return _humongous_type == StartsHumongous; }
440 bool continuesHumongous() const { return _humongous_type == ContinuesHumongous; }
H A DheapRegion.cpp349 assert(_humongous_type == NotHumongous,
407 _humongous_type = StartsHumongous;
421 _humongous_type = ContinuesHumongous;
441 _humongous_type = NotHumongous;
493 _humongous_type(NotHumongous), _humongous_start_region(NULL),

Completed in 6038 milliseconds