Home | History | Annotate | Download | only in heap

Lines Matching refs:SCAVENGE

44 #include "src/heap/scavenge-job.h"
48 #include "src/heap/stress-scavenge-observer.h"
387 *reason = "scavenge might not succeed";
1348 "[IncrementalMarking] Scavenge during marking.\n");
1740 Scavenge();
1930 // have survived the last scavenge.
1937 // has survived scavenge since the last expansion.
1974 SetGCState(SCAVENGE);
1975 LOG(isolate_, ResourceEvent("scavenge", "begin"));
2002 LOG(isolate_, ResourceEvent("scavenge", "end"));
2053 "scavenge[%p]: time=%.2f copied=%zu promoted=%zu\n",
2079 void Heap::Scavenge() {
2085 // trigger one during scavenge: scavenges allocation should always succeed.
2088 // Bump-pointer allocations done during scavenge are not real allocations.
2098 SetGCState(SCAVENGE);
2101 LOG(isolate_, ResourceEvent("scavenge", "begin"));
2163 // Scavenge weak global handles.
2225 // Update how much has survived scavenge.
2232 LOG(isolate_, ResourceEvent("scavenge", "end"));
4086 // Scavenge collections have special processing for this.
4180 // on scavenge collections.