Home | History | Annotate | Download | only in accounting

Lines Matching refs:card_table

20 #include "card_table-inl.h"
87 CardTable* card_table = GetHeap()->GetCardTable();
90 card_table->ModifyCardsAtomic(space->Begin(), space->End(), AgeCardVisitor(), visitor);
199 CardTable* card_table = heap->GetCardTable();
205 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
216 CardTable* card_table = heap_->GetCardTable();
219 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
226 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
238 CardTable* card_table = heap->GetCardTable();
246 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
283 CardTable* card_table = GetHeap()->GetCardTable();
286 card_table->ModifyCardsAtomic(space->Begin(), space->End(), AgeCardVisitor(), visitor);
291 CardTable* card_table = heap_->GetCardTable();
296 auto start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
310 CardTable* card_table = heap_->GetCardTable();
313 auto start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));