Searched refs:GetCardTable (Results 1 – 12 of 12) sorted by relevance
56 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()
173 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()
88 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass); in GetObjectArrayClass()
109 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
47 accounting::CardTable* card_table = heap_->GetCardTable(); in DumpObjectInfo()
478 accounting::CardTable* GetCardTable() const { in GetCardTable() function
2948 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference()3166 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()()
178 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
835 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()856 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
234 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
516 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()
123 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()