Searched refs:GetCardTable (Results 1 – 10 of 10) sorted by relevance
37 GetCardTable()->MarkCard(dst.Ptr()); in ForFieldWrite()43 GetCardTable()->MarkCard(dst.Ptr()); in ForArrayWrite()47 GetCardTable()->MarkCard(obj.Ptr()); in ForEveryFieldWrite()50 inline gc::accounting::CardTable* WriteBarrier::GetCardTable() { in GetCardTable() function51 return Runtime::Current()->GetHeap()->GetCardTable(); in GetCardTable()
57 ALWAYS_INLINE static gc::accounting::CardTable* GetCardTable();
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()
175 CardTable* card_table = GetHeap()->GetCardTable(); in ProcessCards()351 CardTable* card_table = heap_->GetCardTable(); in Verify()368 CardTable* card_table = heap_->GetCardTable(); in Dump()389 CardTable* const card_table = heap_->GetCardTable(); in VisitObjects()414 CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkReferences()532 CardTable* const card_table = GetHeap()->GetCardTable(); in ProcessCards()599 cleared_cards_.insert(heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr))); in SetCards()604 auto* card_ptr = heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr)); in ContainsCardFor()
89 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass); in GetObjectArrayClass()
124 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback()
72 accounting::CardTable* card_table = heap_->GetCardTable(); in DumpObjectInfo()
533 accounting::CardTable* GetCardTable() const { in GetCardTable() function
181 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()
860 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run()881 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects()