Lines Matching full:cards
216 // Don't do this for non concurrent GCs since they don't have any dirty cards.
221 // Process dirty cards and add dirty cards to mod union tables, also ages cards.
239 // Process the newly aged cards.
259 // Process dirty cards and add dirty cards to mod union tables.
260 // If the GC type is non sticky, then we just clear the cards instead of ageing them.
265 // Pre-clean dirtied cards to reduce pauses.
842 VLOG(heap) << "Parallel scanning cards " << reinterpret_cast<void*>(begin_) << " - "
865 // Can't have a different split for each space since multiple spaces can have their cards being
895 // cards to avoid accumulating them to increase card scanning load in the following GC
896 // cycles. We need to keep dirty cards of image space and zygote space in order to track
901 // Add a range of cards.
925 // Note: the card scan below may dirty new cards (and scan them)