Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking-job.cc41 GarbageCollectionReason::kFinalizeMarkingViaTask); in Step()
52 GarbageCollectionReason::kIdleTask, in RunInternal()
Dheap.cc795 GarbageCollectionReason::kFinalizeMarkingViaStackGuard, in HandleGCRequest()
803 GarbageCollectionReason::kFinalizeMarkingViaStackGuard); in HandleGCRequest()
812 void Heap::FinalizeIncrementalMarking(GarbageCollectionReason gc_reason) { in FinalizeIncrementalMarking()
864 void Heap::CollectAllGarbage(int flags, GarbageCollectionReason gc_reason, in CollectAllGarbage()
874 void Heap::CollectAllAvailableGarbage(GarbageCollectionReason gc_reason) { in CollectAllAvailableGarbage()
886 if (gc_reason == GarbageCollectionReason::kLastResort) { in CollectAllAvailableGarbage()
918 GarbageCollectionReason::kExternalMemoryPressure, in ReportExternalMemoryPressure()
926 i::Heap::kNoGCFlags, GarbageCollectionReason::kExternalMemoryPressure, in ReportExternalMemoryPressure()
932 GarbageCollectionReason::kExternalMemoryPressure, in ReportExternalMemoryPressure()
967 GarbageCollectionReason gc_reason, in CollectGarbage()
[all …]
Dgc-tracer.h169 Event(Type type, GarbageCollectionReason gc_reason,
178 GarbageCollectionReason gc_reason;
235 void Start(GarbageCollector collector, GarbageCollectionReason gc_reason,
Dheap.h352 enum class GarbageCollectionReason { enum
1157 AllocationSpace space, GarbageCollectionReason gc_reason,
1164 int flags, GarbageCollectionReason gc_reason,
1168 void CollectAllAvailableGarbage(GarbageCollectionReason gc_reason);
1220 void StartIdleIncrementalMarking(GarbageCollectionReason gc_reason);
1225 int gc_flags, GarbageCollectionReason gc_reason,
1232 void FinalizeIncrementalMarkingIfComplete(GarbageCollectionReason gc_reason);
1235 GarbageCollectionReason gc_reason);
1526 GarbageCollectionReason gc_reason);
1683 GarbageCollector collector, GarbageCollectionReason gc_reason,
[all …]
Dmemory-reducer.cc69 GarbageCollectionReason::kMemoryReducer); in NotifyTimer()
83 GarbageCollectionReason::kFinalizeMarkingViaTask); in NotifyTimer()
Dscavenge-job.cc37 heap->CollectGarbage(NEW_SPACE, GarbageCollectionReason::kIdleTask); in RunInternal()
Dgc-tracer.cc62 GCTracer::Event::Event(Type type, GarbageCollectionReason gc_reason, in Event()
102 current_(Event::START, GarbageCollectionReason::kUnknown, nullptr), in GCTracer()
120 current_ = Event(Event::START, GarbageCollectionReason::kTesting, nullptr); in ResetForTesting()
151 GarbageCollectionReason gc_reason, in Start()
Dincremental-marking.h82 void Start(GarbageCollectionReason gc_reason);
Dheap-inl.h681 GarbageCollectionReason gc_reason, in CollectGarbage()
Dincremental-marking.cc440 void IncrementalMarking::Start(GarbageCollectionReason gc_reason) { in Start()
/external/v8/src/extensions/
Dstatistics-extension.cc71 GarbageCollectionReason::kCountersExtension); in GetCounters()
/external/v8/src/profiler/
Dsampling-heap-profiler.cc263 Heap::kNoGCFlags, GarbageCollectionReason::kSamplingProfiler); in GetAllocationProfile()
Dheap-snapshot-generator.cc474 GarbageCollectionReason::kHeapProfiler); in UpdateHeapObjectsMap()
2514 GarbageCollectionReason::kHeapProfiler); in GenerateSnapshot()
2516 GarbageCollectionReason::kHeapProfiler); in GenerateSnapshot()
/external/v8/src/debug/
Ddebug.cc1268 GarbageCollectionReason::kDebugger); in PrepareFunctionForBreakPoints()
1602 GarbageCollectionReason::kDebugger); in GetLoadedScripts()
/external/v8/src/
Dfactory.cc45 GarbageCollectionReason::kAllocationFailure); \
51 GarbageCollectionReason::kLastResort); \
Dapi.cc606 i::GarbageCollectionReason::kSnapshotCreator); in CreateBlob()
8155 i::NEW_SPACE, i::GarbageCollectionReason::kTesting, in RequestGarbageCollectionForTesting()
8161 i::GarbageCollectionReason::kTesting, kGCCallbackFlagForced); in RequestGarbageCollectionForTesting()
8596 i::GarbageCollectionReason::kLowMemoryNotification); in LowMemoryNotification()
9403 i::GarbageCollectionReason::kDebugger); in GetLoadedScripts()
Disolate.cc960 GarbageCollectionReason::kTesting); in StackOverflow()
Dobjects.cc18246 GarbageCollectionReason::kFullHashtable); in Put()
/external/v8/src/runtime/
Druntime-debug.cc1475 GarbageCollectionReason::kRuntime); in RUNTIME_FUNCTION()