Home | History | Annotate | Download | only in collector

Lines Matching refs:RecursiveMarkDirtyObjects

188     RecursiveMarkDirtyObjects(true, accounting::CardTable::kCardDirty);
222 // 3. GC scans the object (the RecursiveMarkDirtyObjects call below)
235 RecursiveMarkDirtyObjects(false, accounting::CardTable::kCardDirty - 1);
905 void MarkSweep::RecursiveMarkDirtyObjects(bool paused, byte minimum_age) {