Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table.h61 virtual void ProcessCards() = 0;
120 void ProcessCards() OVERRIDE;
167 virtual void ProcessCards() OVERRIDE;
Dmod_union_table.cc172 void ModUnionTableReferenceCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableReferenceCache
529 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.cc230 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true); in MarkingPhase()
Dconcurrent_copying.cc612 table->ProcessCards(); in GrayAllDirtyImmuneObjects()
/art/runtime/gc/
Dheap.h1020 void ProcessCards(TimingLogger* timings,
Dheap.cc2555 mod_union_table->ProcessCards(); in PreZygoteFork()
3313 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap
3326 table->ProcessCards(); in ProcessCards()