Home | History | Annotate | Download | only in src

Lines Matching refs:Scavenge

268   // Is there enough space left in OLD to guarantee that a scavenge can
276 // a scavenge would have succeeded.
280 *reason = "scavenge might not succeed";
502 PrintF("[IncrementalMarking] Scavenge during marking.\n");
832 Scavenge();
1025 // has survived scavenge since the last expansion and we are not in
1075 // in the store buffer and mark it scan-on-scavenge again. This may happen
1133 void Heap::Scavenge() {
1138 gc_state_ = SCAVENGE;
1141 LOG(isolate_, ResourceEvent("scavenge", "begin"));
1210 // Scavenge object reachable from the global contexts list directly.
1239 // Update how much has survived scavenge.
1243 LOG(isolate_, ResourceEvent("scavenge", "end"));
5016 // just-completed scavenge collection).
5475 // Scavenge collections have special processing for this.
5512 // on scavenge collections.
6787 return "Scavenge";