Lines Matching refs:card_table
811 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects() local
831 card_table->ModifyCardsAtomic( in GrayAllDirtyImmuneObjects()
840 card_table->Scan</*kClearCard=*/ false>(space->GetMarkBitmap(), in GrayAllDirtyImmuneObjects()
851 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects() local
862 card_table->Scan</*kClearCard=*/ false>(space->GetMarkBitmap(), in GrayAllNewlyDirtyImmuneObjects()
871 card_table->ClearCardRange(space->Begin(), in GrayAllNewlyDirtyImmuneObjects()
1377 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase() local
1398 card_table->Scan<false>( in MarkingPhase()
1451 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase() local
1494 card_table->Scan<false>( in CopyingPhase()
1570 card_table->Scan<false>( in CopyingPhase()