Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h69 virtual void ProcessCards() = 0;
128 void ProcessCards() OVERRIDE;
175 virtual void ProcessCards() OVERRIDE;
Dmod_union_table_test.cc218 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/
Dmark_compact.cc176 heap_->ProcessCards(GetTimings(), false, false, true); in MarkingPhase()
Dmark_sweep.cc224 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
282 heap_->ProcessCards(GetTimings(), in MarkingPhase()
Dsemi_space.cc230 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true); in MarkingPhase()
Dconcurrent_copying.cc678 table->ProcessCards(); in GrayAllDirtyImmuneObjects()
723 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
/art/runtime/gc/
Dheap.h1026 void ProcessCards(TimingLogger* timings,
Dheap.cc2418 mod_union_table->ProcessCards(); in PreZygoteFork()
3174 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap
3187 table->ProcessCards(); in ProcessCards()