Home | History | Annotate | Download | only in src

Lines Matching refs:Scavenge

307   // Is there enough space left in OLD to guarantee that a scavenge can
315 // a scavenge would have succeeded.
319 *reason = "scavenge might not succeed";
739 PrintF("[IncrementalMarking] Scavenge during marking.\n");
1056 Scavenge();
1297 // has survived scavenge since the last expansion and we are not in
1347 // in the store buffer and mark it scan-on-scavenge again. This may happen
1426 void Heap::Scavenge() {
1433 gc_state_ = SCAVENGE;
1436 LOG(isolate_, ResourceEvent("scavenge", "begin"));
1528 // Scavenge object reachable from the native contexts list directly.
1567 // Update how much has survived scavenge.
1571 LOG(isolate_, ResourceEvent("scavenge", "end"));
5957 // just-completed scavenge collection).
6387 // Scavenge collections have special processing for this.
6425 // on scavenge collections.
7698 return "Scavenge";