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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp263 _coarse_map(G1CollectedHeap::heap()->max_regions(),
429 if (_coarse_map.at(from_hrs_ind)) {
586 if (!_coarse_map.at(max_hrs_index)) {
587 _coarse_map.at_put(max_hrs_index, true);
614 assert(_coarse_map.size() == region_bm->size(), "Precondition");
619 _coarse_map.set_intersection(*region_bm);
620 _n_coarse_entries = _coarse_map.count_one_bits();
715 sum += (_coarse_map.size_in_words() * HeapWordSize);
749 _coarse_map.clear();
761 assert(!_coarse_map
[all...]
H A DheapRegionRemSet.hpp46 // The "_coarse_map" is a bitmap with one bit for each region, where set
66 // it's _coarse_map bit is set, so the that we were attempting to add
78 BitMap _coarse_map; member in class:VALUE_OBJ_CLASS_SPEC
354 const BitMap* _coarse_map; member in class:HeapRegionRemSetIterator

Completed in 34 milliseconds