Searched refs:ProcessCards (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/accounting/ |
D | mod_union_table.h | 68 virtual void ProcessCards() = 0; 127 void ProcessCards() OVERRIDE; 174 virtual void ProcessCards() OVERRIDE;
|
D | mod_union_table.cc | 173 void ModUnionTableReferenceCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableReferenceCache 530 void ModUnionTableCardCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableCardCache
|
D | mod_union_table_test.cc | 218 table->ProcessCards(); in RunTest()
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 174 heap_->ProcessCards(GetTimings(), false, false, true); in MarkingPhase()
|
D | mark_sweep.cc | 223 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards() 262 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
|
D | semi_space.cc | 231 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true); in MarkingPhase()
|
D | concurrent_copying.cc | 676 table->ProcessCards(); in GrayAllDirtyImmuneObjects() 721 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
|
/art/runtime/gc/ |
D | heap.h | 1016 void ProcessCards(TimingLogger* timings,
|
D | heap.cc | 2408 mod_union_table->ProcessCards(); in PreZygoteFork() 3165 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap 3178 table->ProcessCards(); in ProcessCards()
|