Home | History | Annotate | Download | only in accounting

Lines Matching refs:card_table

22 #include "card_table-inl.h"
114 CardTable* card_table = GetHeap()->GetCardTable();
117 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), visitor);
226 CardTable* card_table = heap_->GetCardTable();
236 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
243 CardTable* card_table = heap_->GetCardTable();
246 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
253 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
265 CardTable* card_table = heap_->GetCardTable();
273 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
306 CardTable* card_table = GetHeap()->GetCardTable();
309 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), visitor);
315 CardTable* card_table = heap_->GetCardTable();
319 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
326 CardTable* card_table = heap_->GetCardTable();
329 auto start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));