Lines Matching refs:CardTable
717 if (heap_->GetCardTable()->GetCard(obj) == gc::accounting::CardTable::kCardClean) { in VerifyNoMissingCardMarks()
789 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects()
813 return (card != gc::accounting::CardTable::kCardClean) in GrayAllDirtyImmuneObjects()
814 ? gc::accounting::CardTable::kCardAged in GrayAllDirtyImmuneObjects()
822 gc::accounting::CardTable::kCardAged); in GrayAllDirtyImmuneObjects()
829 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects()
844 gc::accounting::CardTable::kCardDirty); in GrayAllNewlyDirtyImmuneObjects()
850 AlignDown(space->End(), accounting::CardTable::kCardSize)); in GrayAllNewlyDirtyImmuneObjects()
1317 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase()
1342 accounting::CardTable::kCardDirty - 1); in MarkingPhase()
1390 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase()
1468 accounting::CardTable::kCardAged); in CopyingPhase()
1514 accounting::CardTable::kCardDirty - 1); in CopyingPhase()