Searched refs:GetCardTable (Results 1 – 10 of 10) sorted by relevance
55 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()
172 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()
88 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass); in GetObjectArrayClass()
109 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
186 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
836 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()857 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()
233 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
456 accounting::CardTable* GetCardTable() const { in GetCardTable() function
2916 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference()3133 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()()
105 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin(); in InitCardTable()