Searched refs:GarbageCollectionReason (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/heap/ |
D | heap.cc | 1061 CollectAllGarbage(NEW_SPACE, GarbageCollectionReason::kTesting); in HandleGCRequest() 1070 GarbageCollectionReason::kFinalizeMarkingViaStackGuard, in HandleGCRequest() 1078 GarbageCollectionReason::kFinalizeMarkingViaStackGuard); in HandleGCRequest() 1131 void Heap::CollectAllGarbage(int flags, GarbageCollectionReason gc_reason, in CollectAllGarbage() 1201 void Heap::CollectAllAvailableGarbage(GarbageCollectionReason gc_reason) { in CollectAllAvailableGarbage() 1213 if (gc_reason == GarbageCollectionReason::kLastResort) { in CollectAllAvailableGarbage() 1271 GarbageCollectionReason::kExternalMemoryPressure, in ReportExternalMemoryPressure() 1279 GarbageCollectionReason::kExternalMemoryPressure, in ReportExternalMemoryPressure() 1283 GarbageCollectionReason::kExternalMemoryPressure, in ReportExternalMemoryPressure() 1317 GarbageCollectionReason gc_reason, in CollectGarbage() [all …]
|
D | incremental-marking-job.cc | 40 GarbageCollectionReason::kFinalizeMarkingViaTask); in Step() 53 GarbageCollectionReason::kIdleTask, in RunInternal()
|
D | gc-tracer.h | 141 Event(Type type, GarbageCollectionReason gc_reason, 150 GarbageCollectionReason gc_reason; 209 void Start(GarbageCollector collector, GarbageCollectionReason gc_reason,
|
D | heap.h | 215 enum class GarbageCollectionReason { enum 935 AllocationSpace space, GarbageCollectionReason gc_reason, 942 int flags, GarbageCollectionReason gc_reason, 946 void CollectAllAvailableGarbage(GarbageCollectionReason gc_reason); 1019 GarbageCollectionReason gc_reason, 1025 int gc_flags, GarbageCollectionReason gc_reason, 1032 void FinalizeIncrementalMarkingIfComplete(GarbageCollectionReason gc_reason); 1034 void FinalizeIncrementalMarkingAtomically(GarbageCollectionReason gc_reason); 1483 GarbageCollectionReason gc_reason); 1745 GarbageCollectionReason gc_reason);
|
D | memory-reducer.cc | 77 GarbageCollectionReason::kMemoryReducer, in NotifyTimer() 92 GarbageCollectionReason::kFinalizeMarkingViaTask); in NotifyTimer()
|
D | scavenge-job.cc | 41 heap->CollectGarbage(NEW_SPACE, GarbageCollectionReason::kIdleTask); in RunInternal()
|
D | gc-tracer.cc | 102 GCTracer::Event::Event(Type type, GarbageCollectionReason gc_reason, in Event() 142 current_(Event::START, GarbageCollectionReason::kUnknown, nullptr), in GCTracer() 174 current_ = Event(Event::START, GarbageCollectionReason::kTesting, nullptr); in ResetForTesting() 214 GarbageCollectionReason gc_reason, in Start()
|
D | incremental-marking.h | 164 void Start(GarbageCollectionReason gc_reason);
|
D | incremental-marking.cc | 311 void IncrementalMarking::Start(GarbageCollectionReason gc_reason) { in Start()
|
/external/v8/src/profiler/ |
D | heap-profiler.cc | 233 GarbageCollectionReason::kLowMemoryNotification); in QueryObjects() 235 GarbageCollectionReason::kHeapProfiler); in QueryObjects()
|
D | sampling-heap-profiler.cc | 286 Heap::kNoGCFlags, GarbageCollectionReason::kSamplingProfiler); in GetAllocationProfile()
|
D | heap-snapshot-generator.cc | 431 GarbageCollectionReason::kHeapProfiler); in UpdateHeapObjectsMap() 2468 GarbageCollectionReason::kHeapProfiler); in GenerateSnapshot() 2470 GarbageCollectionReason::kHeapProfiler); in GenerateSnapshot()
|
/external/v8/src/extensions/ |
D | statistics-extension.cc | 71 GarbageCollectionReason::kCountersExtension); in GetCounters()
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 454 GarbageCollectionReason::kRuntime); in RUNTIME_FUNCTION()
|
/external/v8/src/debug/ |
D | debug.cc | 1170 GarbageCollectionReason::kDebugger); in DeoptimizeFunction() 1629 GarbageCollectionReason::kDebugger); in GetLoadedScripts()
|
/external/v8/src/ |
D | api.cc | 738 i::GarbageCollectionReason::kSnapshotCreator); in CreateBlob() 8251 i::NEW_SPACE, i::GarbageCollectionReason::kTesting, in RequestGarbageCollectionForTesting() 8257 i::GarbageCollectionReason::kTesting, kGCCallbackFlagForced); in RequestGarbageCollectionForTesting() 8730 i::GarbageCollectionReason::kLowMemoryNotification); in LowMemoryNotification() 10554 i::GarbageCollectionReason::kExternalFinalize); in FinalizeTracing() 10566 i::GarbageCollectionReason::kTesting, in GarbageCollectionForTesting()
|
D | deoptimizer.cc | 1743 GarbageCollectionReason::kTesting); in MaterializeHeapObjects()
|
D | isolate.cc | 1016 GarbageCollectionReason::kTesting); in StackOverflow()
|
D | objects.cc | 18224 GarbageCollectionReason::kFullHashtable); in Put()
|