HomeSort by relevance Sort by last modified time
    Searched refs:ProcessCards (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/collector/
mark_compact.cc 198 t.NewTiming("ProcessCards");
200 heap_->ProcessCards(GetTimings(), false);
mark_sweep.cc 217 heap_->ProcessCards(GetTimings(), false);
221 // 2. GC ages the card (the above ProcessCards call)
255 heap_->ProcessCards(GetTimings(), false);
    [all...]
semi_space.cc 218 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_);
    [all...]
  /art/runtime/gc/
heap.h 756 void ProcessCards(TimingLogger* timings, bool use_rem_sets);
    [all...]
heap.cc     [all...]

Completed in 121 milliseconds