Home
last modified time | relevance | path

Searched refs:ProcessCards (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table.h70 virtual void ProcessCards() = 0;
129 void ProcessCards() override;
176 void ProcessCards() override;
Dmod_union_table.cc174 void ModUnionTableReferenceCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableReferenceCache
539 void ModUnionTableCardCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableCardCache
Dmod_union_table_test.cc220 table->ProcessCards(); in RunTest()
/art/runtime/gc/collector/
Dsemi_space.cc178 heap_->ProcessCards(GetTimings(), /*use_rem_sets=*/false, false, true); in MarkingPhase()
Dmark_sweep.cc224 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
282 heap_->ProcessCards(GetTimings(), in MarkingPhase()
Dconcurrent_copying.cc824 table->ProcessCards(); in GrayAllDirtyImmuneObjects()
869 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
Dmark_compact.cc713 table->ProcessCards(); in PrepareCardTableForMarking()
3171 table->ProcessCards(); in CompactionPause()
/art/runtime/gc/
Dheap.h1246 void ProcessCards(TimingLogger* timings,
Dheap.cc2621 mod_union_table->ProcessCards(); in PreZygoteFork()
3481 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap
3494 table->ProcessCards(); in ProcessCards()