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

/art/runtime/gc/accounting/
H A Dmod_union_table.h69 virtual void ProcessCards() = 0;
77 // Update the mod-union table using data stored by ProcessCards. There may be multiple
78 // ProcessCards before a call to update, for example, back-to-back sticky GCs. Also mark
128 void ProcessCards() OVERRIDE;
175 virtual void ProcessCards() OVERRIDE;
H A Dmod_union_table.cc174 void ModUnionTableReferenceCache::ProcessCards() { function in class:art::gc::accounting::ModUnionTableReferenceCache
531 void ModUnionTableCardCache::ProcessCards() { function in class:art::gc::accounting::ModUnionTableCardCache
H A Dmod_union_table_test.cc218 table->ProcessCards();
/art/runtime/gc/collector/
H A Dmark_compact.cc174 t.NewTiming("ProcessCards");
176 heap_->ProcessCards(GetTimings(), false, false, true);
H A Dmark_sweep.cc224 heap_->ProcessCards(GetTimings(), false, true, false);
228 // 2. GC ages the card (the above ProcessCards call)
270 // Heap::ProcessCards (see calls to MarkSweep::MarkRoots and
282 heap_->ProcessCards(GetTimings(),
H A Dsemi_space.cc230 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true);
H A Dconcurrent_copying.cc678 table->ProcessCards();
723 table->ProcessCards();
/art/runtime/gc/
H A Dheap.h1026 void ProcessCards(TimingLogger* timings,
H A Dheap.cc2418 mod_union_table->ProcessCards();
3174 void Heap::ProcessCards(TimingLogger* timings, function in class:art::gc::Heap
3187 table->ProcessCards();

Completed in 164 milliseconds