Home | History | Annotate | Download | only in collector

Lines Matching full:card

225     // 1. mutator dirties the card (write barrier)
226 // 2. GC ages the card (the above ProcessCards call)
229 // This causes the GC to age the card but not necessarily mark the reference which the mutator
230 // wrote into the object stored in the card.
231 // Having the checkpoint fixes this issue since it ensures that the card mark and the
232 // reference write are visible to the GC before the card is scanned (this is due to locks being
862 card scanning, TODO: fix.
885 // may not be card-size-aligned.
895 // cards to avoid accumulating them to increase card scanning load in the following GC
925 // Note: the card scan below may dirty new cards (and scan them)