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

/art/runtime/gc/collector/
H A Dmark_compact.cc198 t.NewTiming("ProcessCards");
200 heap_->ProcessCards(GetTimings(), false);
H A Dmark_sweep.cc217 heap_->ProcessCards(GetTimings(), false);
221 // 2. GC ages the card (the above ProcessCards call)
255 heap_->ProcessCards(GetTimings(), false);
H A Dsemi_space.cc218 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_);
/art/runtime/gc/
H A Dheap.h756 void ProcessCards(TimingLogger* timings, bool use_rem_sets);
H A Dheap.cc2628 void Heap::ProcessCards(TimingLogger* timings, bool use_rem_sets) { function in class:art::gc::Heap

Completed in 26 milliseconds