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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp938 void HeapRegionRemSetIterator::initialize(const HeapRegionRemSet* hrrs) { argument
939 _hrrs = hrrs;
958 _sparse_iter.init(&hrrs->_other_regions._sparse_table);
1192 HeapRegionRemSet* hrrs = hr0->rem_set(); local
1195 hrrs->add_reference((OopOrNarrowOopStar)hr1_start);
1196 hrrs->add_reference((OopOrNarrowOopStar)hr1_mid);
1197 hrrs->add_reference((OopOrNarrowOopStar)hr1_last);
1199 hrrs->add_reference((OopOrNarrowOopStar)hr2_start);
1200 hrrs->add_reference((OopOrNarrowOopStar)hr2_mid);
1201 hrrs
[all...]
H A Dg1RemSet.cpp162 HeapRegionRemSet* hrrs = r->rem_set(); local
163 if (hrrs->iter_is_complete()) return false; // All done.
164 if (!_try_claimed && !hrrs->claim_iter()) return false;
174 hrrs->init_iterator(iter);
179 size_t jump_to_card = hrrs->iter_claimed_next(_block_size);
182 jump_to_card = hrrs->iter_claimed_next(_block_size);
206 hrrs->set_iter_complete();
H A DheapRegion.cpp365 HeapRegionRemSet* hrrs = rem_set(); local
366 if (hrrs != NULL) hrrs->clear();
379 HeapRegionRemSet* hrrs = rem_set(); local
380 hrrs->clear();
H A DheapRegionRemSet.hpp408 void initialize(const HeapRegionRemSet* hrrs);
H A Dg1CollectedHeap.cpp1167 HeapRegionRemSet* hrrs = r->rem_set(); local
1168 if (hrrs != NULL) hrrs->clear();
3566 HeapRegionRemSet* hrrs = r->rem_set(); local
3567 size_t occupied = hrrs->occupied();
3575 hrrs->print();

Completed in 76 milliseconds