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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
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);

Completed in 26 milliseconds