Home | History | Annotate | Download | only in collector

Lines Matching refs:card_table

29 #include "gc/accounting/card_table-inl.h"
766 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable();
767 size_t cards_scanned = card_table->Scan(bitmap_, begin_, end_, visitor, minimum_age_);
788 accounting::CardTable* card_table = GetHeap()->GetCardTable();
837 size_t scanned_cards = card_table->Scan(space->GetMarkBitmap(), space->Begin(),
871 card_table->Scan(space->GetMarkBitmap(), space->Begin(), space->End(), visitor, minimum_age);