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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp426 RegionIdx_t from_hrs_ind = (RegionIdx_t) from_hr->hrs_index(); local
429 if (_coarse_map.at(from_hrs_ind)) {
438 size_t ind = from_hrs_ind & _mod_max_fine_entries_mask;
453 _sparse_table.add_card(from_hrs_ind, card_index)) {
473 tid, from_hrs_ind, cur_hrs_ind);
494 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrs_ind);
503 bool res = _sparse_table.delete_entry(from_hrs_ind);

Completed in 31 milliseconds