Searched refs:GetCardTable (Results 1 – 10 of 10) sorted by relevance
56 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()
159 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()
87 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass); in GetObjectArrayClass()
110 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
202 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
788 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()807 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
223 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
418 accounting::CardTable* GetCardTable() const { in GetCardTable() function
2648 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference()2862 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()()
87 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()