Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h68 virtual void ProcessCards() = 0;
127 void ProcessCards() OVERRIDE;
174 virtual void ProcessCards() OVERRIDE;
Dmod_union_table.cc173 void ModUnionTableReferenceCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableReferenceCache
530 void ModUnionTableCardCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableCardCache
Dmod_union_table_test.cc218 table->ProcessCards(); in RunTest()
/art/runtime/gc/collector/
Dmark_compact.cc174 heap_->ProcessCards(GetTimings(), false, false, true); in MarkingPhase()
Dmark_sweep.cc223 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
262 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
Dsemi_space.cc231 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true); in MarkingPhase()
Dconcurrent_copying.cc676 table->ProcessCards(); in GrayAllDirtyImmuneObjects()
721 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
/art/runtime/gc/
Dheap.h1016 void ProcessCards(TimingLogger* timings,
Dheap.cc2408 mod_union_table->ProcessCards(); in PreZygoteFork()
3165 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap
3178 table->ProcessCards(); in ProcessCards()