Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h69 virtual void ProcessCards() = 0;
128 void ProcessCards() override;
175 void ProcessCards() override;
Dmod_union_table.cc174 void ModUnionTableReferenceCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableReferenceCache
531 void ModUnionTableCardCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableCardCache
Dmod_union_table_test.cc219 table->ProcessCards(); in RunTest()
/art/runtime/gc/collector/
Dsemi_space.cc177 heap_->ProcessCards(GetTimings(), /*use_rem_sets=*/false, false, true); in MarkingPhase()
Dmark_sweep.cc226 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
284 heap_->ProcessCards(GetTimings(), in MarkingPhase()
Dconcurrent_copying.cc824 table->ProcessCards(); in GrayAllDirtyImmuneObjects()
869 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
/art/runtime/gc/
Dheap.h1186 void ProcessCards(TimingLogger* timings,
Dheap.cc2445 mod_union_table->ProcessCards(); in PreZygoteFork()
3279 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap
3292 table->ProcessCards(); in ProcessCards()