Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dremembered_set.cc55 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards()
133 CardTable* card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()
162 CardTable* card_table = heap_->GetCardTable(); in Dump()
173 CardTable* card_table = heap_->GetCardTable(); in AssertAllDirtyCardsAreWithinSpace()
Dmod_union_table.cc172 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards()
330 CardTable* card_table = heap_->GetCardTable(); in Verify()
347 CardTable* card_table = heap_->GetCardTable(); in Dump()
368 CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()
486 CardTable* const card_table = GetHeap()->GetCardTable(); in ClearCards()
533 cleared_cards_.insert(heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr))); in SetCards()
538 auto* card_ptr = heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr)); in ContainsCardFor()
Dmod_union_table_test.cc88 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass); in GetObjectArrayClass()
/art/runtime/gc/space/
Dzygote_space.cc109 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
/art/runtime/gc/collector/
Dmark_compact.cc186 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
Dmark_sweep.cc836 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()
857 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
Dsemi_space.cc233 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
/art/runtime/gc/
Dheap.h456 accounting::CardTable* GetCardTable() const { in GetCardTable() function
Dheap.cc2916 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference()
3133 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()()
/art/runtime/
Dthread.cc105 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()