Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dremembered_set.cc56 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards()
136 CardTable* card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()
165 CardTable* card_table = heap_->GetCardTable(); in Dump()
176 CardTable* card_table = heap_->GetCardTable(); in AssertAllDirtyCardsAreWithinSpace()
Dmod_union_table.cc173 CardTable* card_table = GetHeap()->GetCardTable(); in ProcessCards()
349 CardTable* card_table = heap_->GetCardTable(); in Verify()
366 CardTable* card_table = heap_->GetCardTable(); in Dump()
387 CardTable* const card_table = heap_->GetCardTable(); in VisitObjects()
412 CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()
530 CardTable* const card_table = GetHeap()->GetCardTable(); in ProcessCards()
597 cleared_cards_.insert(heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr))); in SetCards()
602 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/
Dverification.cc47 accounting::CardTable* card_table = heap_->GetCardTable(); in DumpObjectInfo()
Dheap.h478 accounting::CardTable* GetCardTable() const { in GetCardTable() function
Dheap.cc2948 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference()
3166 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()()
/art/runtime/gc/collector/
Dmark_compact.cc178 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
Dmark_sweep.cc835 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()
856 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
Dsemi_space.cc234 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
Dconcurrent_copying.cc516 if (!collector->heap_->GetCardTable()->IsDirty(obj)) { in VerifyNoMissingCardMarkCallback()
600 accounting::CardTable* const card_table = heap->GetCardTable(); in GrayAllDirtyImmuneObjects()
2479 heap_->GetCardTable()->ClearCardRange(region_space_->Begin(), region_space_->Limit()); in FinishPhase()
/art/runtime/
Dthread.cc123 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()