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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp141 void scrub(CardTableModRefBS* ctbs, BitMap* region_bm, BitMap* card_bm);
253 void scrub(CardTableModRefBS* ctbs, BitMap* region_bm, BitMap* card_bm);
H A DheapRegionRemSet.cpp145 void scrub(CardTableModRefBS* ctbs, BitMap* card_bm) { argument
147 size_t hr_first_card_index = ctbs->index_for(hr_bot);
607 void OtherRegionsTable::scrub(CardTableModRefBS* ctbs, argument
650 cur->scrub(ctbs, card_bm);
924 void HeapRegionRemSet::scrub(CardTableModRefBS* ctbs, argument
926 _other_regions.scrub(ctbs, region_bm, card_bm);
H A Dg1CollectedHeap.hpp1842 CardTableModRefBS* ctbs() { return _ct_bs; }
1854 size_t card_index = ctbs()->index_for(p);
1856 if (ctbs()->mark_card_deferred(card_index)) {
1857 dirty_card_queue().enqueue((jbyte*)ctbs()->byte_for_index(card_index));

Completed in 1068 milliseconds