Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc198 heap_->ProcessCards(GetTimings(), false, false, true); in MarkingPhase()
Dmark_sweep.cc221 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
260 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
Dsemi_space.cc219 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true); in MarkingPhase()
/art/runtime/gc/
Dheap.h856 void ProcessCards(TimingLogger* timings, bool use_rem_sets, bool process_alloc_space_cards,
Dheap.cc3013 void Heap::ProcessCards(TimingLogger* timings, bool use_rem_sets, bool process_alloc_space_cards, in ProcessCards() function in art::gc::Heap