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_test.cc219 table->ProcessCards(); in RunTest()
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
/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.cc802 table->ProcessCards(); in GrayAllDirtyImmuneObjects()
847 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
/art/runtime/gc/
Dheap.h1145 void ProcessCards(TimingLogger* timings,
Dheap.cc2448 mod_union_table->ProcessCards(); in PreZygoteFork()
3249 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap
3262 table->ProcessCards(); in ProcessCards()