Home
last modified time | relevance | path

Searched refs:GetCardTable (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/accounting/
Dremembered_set.cc56 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards()
126 CardTable* card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()
155 CardTable* card_table = heap_->GetCardTable(); in Dump()
166 CardTable* card_table = heap_->GetCardTable(); in AssertAllDirtyCardsAreWithinSpace()
Dmod_union_table.cc159 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards()
271 CardTable* card_table = heap_->GetCardTable(); in Verify()
288 CardTable* card_table = heap_->GetCardTable(); in Dump()
310 CardTable* card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()
396 CardTable* const card_table = GetHeap()->GetCardTable(); in ClearCards()
442 cleared_cards_.insert(heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr))); in SetCards()
447 auto* card_ptr = heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr)); in ContainsCardFor()
Dmod_union_table_test.cc87 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass); in GetObjectArrayClass()
/art/runtime/gc/space/
Dzygote_space.cc110 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
/art/runtime/gc/collector/
Dmark_compact.cc202 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
Dmark_sweep.cc788 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()
807 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
Dsemi_space.cc223 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
/art/runtime/gc/
Dheap.h418 accounting::CardTable* GetCardTable() const { in GetCardTable() function
Dheap.cc2648 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference()
2862 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()()
/art/runtime/
Dthread.cc87 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()