Lines Matching refs:card_table
789 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects() local
809 card_table->ModifyCardsAtomic( in GrayAllDirtyImmuneObjects()
818 card_table->Scan</*kClearCard=*/ false>(space->GetMarkBitmap(), in GrayAllDirtyImmuneObjects()
829 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects() local
840 card_table->Scan</*kClearCard=*/ false>(space->GetMarkBitmap(), in GrayAllNewlyDirtyImmuneObjects()
849 card_table->ClearCardRange(space->Begin(), in GrayAllNewlyDirtyImmuneObjects()
1317 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase() local
1337 card_table->Scan<false>( in MarkingPhase()
1390 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase() local
1433 card_table->Scan<false>( in CopyingPhase()
1509 card_table->Scan<false>( in CopyingPhase()