Searched refs:ProcessCards (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/accounting/ |
D | mod_union_table.h | 69 virtual void ProcessCards() = 0; 128 void ProcessCards() OVERRIDE; 175 virtual void ProcessCards() OVERRIDE;
|
D | mod_union_table_test.cc | 218 table->ProcessCards(); in RunTest()
|
D | mod_union_table.cc | 174 void ModUnionTableReferenceCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableReferenceCache 531 void ModUnionTableCardCache::ProcessCards() { in ProcessCards() function in art::gc::accounting::ModUnionTableCardCache
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 176 heap_->ProcessCards(GetTimings(), false, false, true); in MarkingPhase()
|
D | mark_sweep.cc | 224 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards() 282 heap_->ProcessCards(GetTimings(), in MarkingPhase()
|
D | semi_space.cc | 230 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true); in MarkingPhase()
|
D | concurrent_copying.cc | 678 table->ProcessCards(); in GrayAllDirtyImmuneObjects() 723 table->ProcessCards(); in GrayAllNewlyDirtyImmuneObjects()
|
/art/runtime/gc/ |
D | heap.h | 1026 void ProcessCards(TimingLogger* timings,
|
D | heap.cc | 2418 mod_union_table->ProcessCards(); in PreZygoteFork() 3174 void Heap::ProcessCards(TimingLogger* timings, in ProcessCards() function in art::gc::Heap 3187 table->ProcessCards(); in ProcessCards()
|