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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp766 size_t hr_ind = (size_t) hr()->hrs_index(); local
768 int fcc_ent = _from_card_cache[tid][hr_ind];
774 _from_card_cache[tid][hr_ind] = -1;
810 RegionIdx_t hr_ind = (RegionIdx_t) hr->hrs_index();
812 if (_coarse_map.at(hr_ind)) return true;
814 PerRegionTable* prt = find_region_table(hr_ind & _mod_max_fine_entries_mask,
828 return _sparse_table.contains_card(hr_ind, card_index);

Completed in 32 milliseconds