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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp512 bool in_collection_set() const { function in class:HeapRegion
519 assert(in_collection_set(), "should only invoke on member of CS.");
521 _next_in_special_set->in_collection_set(),
526 assert(in_collection_set(), "should only invoke on member of CS.");
527 assert(r == NULL || r->in_collection_set(), "Malformed CS.");

Completed in 474 milliseconds