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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp396 size_t cur_hrs_ind = (size_t) hr()->hrs_index(); local
411 _from_card_cache[tid][cur_hrs_ind]);
414 if (from_card == _from_card_cache[tid][cur_hrs_ind]) {
421 _from_card_cache[tid][cur_hrs_ind] = from_card;
473 tid, from_hrs_ind, cur_hrs_ind);

Completed in 33 milliseconds