Lines Matching full:scan
205 // Scan dirty objects, this is only required if we are not doing concurrent GC.
508 // the finger won't be visited by the bitmap scan, so those objects
767 size_t cards_scanned = card_table->Scan(bitmap_, begin_, end_, visitor, minimum_age_);
811 // Calculate how many bytes of heap we will scan,
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);
1423 // Scan anything that's on the mark stack.