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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp933 _hrrs(NULL),
939 _hrrs = hrrs;
940 _coarse_map = &_hrrs->_other_regions._coarse_map;
941 _fine_grain_regions = _hrrs->_other_regions._fine_grain_regions;
942 _bosa = _hrrs->bosa();
962 if (_hrrs->_other_regions._n_coarse_entries == 0) return false;
1054 n_yielded() == _hrrs->occupied(),
H A DheapRegionRemSet.hpp351 const HeapRegionRemSet* _hrrs; member in class:HeapRegionRemSetIterator

Completed in 52 milliseconds