Home
last modified time | relevance | path

Searched refs:GarbageCollectionReason (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/heap/
Dheap-allocator.cc90 heap_->CollectSharedGarbage(GarbageCollectionReason::kAllocationFailure); in AllocateRawWithLightRetrySlowPath()
93 GarbageCollectionReason::kAllocationFailure); in AllocateRawWithLightRetrySlowPath()
112 heap_->CollectSharedGarbage(GarbageCollectionReason::kLastResort); in AllocateRawWithRetryOrFailSlowPath()
121 heap_->CollectAllAvailableGarbage(GarbageCollectionReason::kLastResort); in AllocateRawWithRetryOrFailSlowPath()
Dheap.cc1020 GarbageCollectionReason gc_reason, in GarbageCollectionPrologue()
1028 gc_reason == GarbageCollectionReason::kHeapProfiler; in GarbageCollectionPrologue()
1520 CollectAllGarbage(NEW_SPACE, GarbageCollectionReason::kTesting); in HandleGCRequest()
1531 GarbageCollectionReason::kFinalizeMarkingViaStackGuard, in HandleGCRequest()
1539 GarbageCollectionReason::kFinalizeMarkingViaStackGuard); in HandleGCRequest()
1548 void Heap::CollectAllGarbage(int flags, GarbageCollectionReason gc_reason, in CollectAllGarbage()
1618 void Heap::CollectAllAvailableGarbage(GarbageCollectionReason gc_reason) { in CollectAllAvailableGarbage()
1630 if (gc_reason == GarbageCollectionReason::kLastResort) { in CollectAllAvailableGarbage()
1640 (gc_reason == GarbageCollectionReason::kLowMemoryNotification ? kForcedGC in CollectAllAvailableGarbage()
1679 GarbageCollectionReason gc_reason, in PreciseCollectAllGarbage()
[all …]
Dgc-tracer.h140 Event(Type type, State state, GarbageCollectionReason gc_reason,
152 GarbageCollectionReason gc_reason;
242 void UpdateCurrentEvent(GarbageCollectionReason gc_reason,
251 void StartCycle(GarbageCollector collector, GarbageCollectionReason gc_reason,
Dheap.h133 enum class GarbageCollectionReason : int { enum
165 static_cast<int>(GarbageCollectionReason::kLastReason),
977 AllocationSpace space, GarbageCollectionReason gc_reason,
982 int flags, GarbageCollectionReason gc_reason,
987 GarbageCollectionReason gc_reason);
993 int flags, GarbageCollectionReason gc_reason,
998 GarbageCollectionReason gc_reason);
1070 GarbageCollectionReason gc_reason,
1076 int gc_flags, GarbageCollectionReason gc_reason,
1084 void FinalizeIncrementalMarkingIfComplete(GarbageCollectionReason gc_reason);
[all …]
Dincremental-marking-job.cc92 GarbageCollectionReason::kFinalizeMarkingViaTask); in Step()
113 GarbageCollectionReason::kTask, in RunInternal()
Dmemory-reducer.cc79 GarbageCollectionReason::kMemoryReducer, in NotifyTimer()
94 GarbageCollectionReason::kFinalizeMarkingViaTask); in NotifyTimer()
Dscavenge-job.cc60 GarbageCollectionReason::kTask); in RunInternal()
Dmemory-measurement.cc285 GarbageCollectionReason::kMeasureMemory); in ScheduleGCTask()
289 GarbageCollectionReason::kMeasureMemory); in ScheduleGCTask()
294 heap->CollectGarbage(OLD_SPACE, GarbageCollectionReason::kMeasureMemory); in ScheduleGCTask()
Dembedder-tracing.cc174 i::GarbageCollectionReason::kExternalFinalize); in StartIncrementalMarkingIfNeeded()
Dincremental-marking.h137 void Start(GarbageCollectionReason gc_reason);
Dgc-tracer.cc89 GarbageCollectionReason gc_reason, in Event()
168 GarbageCollectionReason::kUnknown, nullptr), in GCTracer()
202 GarbageCollectionReason::kTesting, nullptr); in ResetForTesting()
255 void GCTracer::UpdateCurrentEvent(GarbageCollectionReason gc_reason, in UpdateCurrentEvent()
272 GarbageCollectionReason gc_reason, in StartCycle()
Dincremental-marking.cc127 void IncrementalMarking::Start(GarbageCollectionReason gc_reason) { in Start()
/third_party/node/deps/v8/tools/gcmole/
Dgcmole-test.cc22 isolate->heap()->CollectGarbage(OLD_SPACE, GarbageCollectionReason::kTesting); in CauseGC()
28 isolate->heap()->CollectGarbage(OLD_SPACE, GarbageCollectionReason::kTesting); in CauseGCRaw()
34 isolate->heap()->CollectGarbage(OLD_SPACE, GarbageCollectionReason::kTesting); in CauseGCManaged()
117 GarbageCollectionReason::kTesting); in VirtualCauseGC()
142 GarbageCollectionReason::kTesting); in StaticCauseGC()
/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc86 heap->CollectGarbage(i::NEW_SPACE, i::GarbageCollectionReason::kTesting, in InvokeGC()
100 i::GarbageCollectionReason::kTesting, in InvokeGC()
Dstatistics-extension.cc71 GarbageCollectionReason::kCountersExtension); in GetCounters()
/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc264 heap()->CollectAllAvailableGarbage(GarbageCollectionReason::kHeapProfiler); in QueryObjects()
Dsampling-heap-profiler.cc260 Heap::kNoGCFlags, GarbageCollectionReason::kSamplingProfiler); in GetAllocationProfile()
Dheap-snapshot-generator.cc626 GarbageCollectionReason::kHeapProfiler); in UpdateHeapObjectsMap()
2624 heap_->CollectAllAvailableGarbage(GarbageCollectionReason::kHeapProfiler); in GenerateSnapshot()
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc311 i::GarbageCollectionReason::kSnapshotCreator); in SerializeDeserializeAndVerifyForTesting()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc483 i::GarbageCollectionReason::kExternalFinalize); in DetachIsolate()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc546 GarbageCollectionReason::kRuntime); in RUNTIME_FUNCTION()
Druntime-test.cc1729 isolate->heap()->CollectSharedGarbage(GarbageCollectionReason::kTesting); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc1221 Heap::kForcedGC, GarbageCollectionReason::kTesting, kNoGCCallbackFlags); in Commit()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc1928 GarbageCollectionReason::kTesting); in MaterializeHeapObjects()
/third_party/node/deps/v8/src/api/
Dapi.cc636 i::GarbageCollectionReason::kSnapshotCreator); in CreateBlob()
8550 i::NEW_SPACE, i::GarbageCollectionReason::kTesting, in RequestGarbageCollectionForTesting()
8555 i::Heap::kNoGCFlags, i::GarbageCollectionReason::kTesting, in RequestGarbageCollectionForTesting()
9213 i::GarbageCollectionReason::kLowMemoryNotification); in LowMemoryNotification()
10290 i::GarbageCollectionReason::kExternalFinalize); in FinalizeTracing()

12