Home | History | Annotate | Download | only in src

Lines Matching refs:SCAVENGE

305   // Is there enough space left in OLD to guarantee that a scavenge can
313 // a scavenge would have succeeded.
317 *reason = "scavenge might not succeed";
647 PrintF("[IncrementalMarking] Scavenge during marking.\n");
963 Scavenge();
1191 // has survived scavenge since the last expansion and we are not in
1241 // in the store buffer and mark it scan-on-scavenge again. This may happen
1320 void Heap::Scavenge() {
1327 gc_state_ = SCAVENGE;
1330 LOG(isolate_, ResourceEvent("scavenge", "begin"));
1422 // Scavenge object reachable from the native contexts list directly.
1461 // Update how much has survived scavenge.
1465 LOG(isolate_, ResourceEvent("scavenge", "end"));
6128 // just-completed scavenge collection).
6558 // Scavenge collections have special processing for this.
6596 // on scavenge collections.
7768 return "Scavenge";