Lines Matching refs:CardTable
739 if (heap_->GetCardTable()->GetCard(obj) == gc::accounting::CardTable::kCardClean) { in VerifyNoMissingCardMarks()
811 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects()
835 return (card != gc::accounting::CardTable::kCardClean) in GrayAllDirtyImmuneObjects()
836 ? gc::accounting::CardTable::kCardAged in GrayAllDirtyImmuneObjects()
844 gc::accounting::CardTable::kCardAged); in GrayAllDirtyImmuneObjects()
851 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects()
866 gc::accounting::CardTable::kCardDirty); in GrayAllNewlyDirtyImmuneObjects()
872 AlignDown(space->End(), accounting::CardTable::kCardSize)); in GrayAllNewlyDirtyImmuneObjects()
1377 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase()
1403 accounting::CardTable::kCardDirty - 1); in MarkingPhase()
1451 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase()
1529 accounting::CardTable::kCardAged); in CopyingPhase()
1575 accounting::CardTable::kCardDirty - 1); in CopyingPhase()