HomeSort by relevance Sort by last modified time
    Searched refs:GarbageCollectionReason (Results 1 - 19 of 19) sorted by null

  /external/v8/src/heap/
incremental-marking-job.cc 41 GarbageCollectionReason::kFinalizeMarkingViaTask);
52 GarbageCollectionReason::kIdleTask,
scavenge-job.cc 37 heap->CollectGarbage(NEW_SPACE, GarbageCollectionReason::kIdleTask);
gc-tracer.h 169 Event(Type type, GarbageCollectionReason gc_reason,
178 GarbageCollectionReason gc_reason;
235 void Start(GarbageCollector collector, GarbageCollectionReason gc_reason,
memory-reducer.cc 69 GarbageCollectionReason::kMemoryReducer);
83 GarbageCollectionReason::kFinalizeMarkingViaTask);
heap.cc 795 GarbageCollectionReason::kFinalizeMarkingViaStackGuard,
803 GarbageCollectionReason::kFinalizeMarkingViaStackGuard);
812 void Heap::FinalizeIncrementalMarking(GarbageCollectionReason gc_reason) {
864 void Heap::CollectAllGarbage(int flags, GarbageCollectionReason gc_reason,
874 void Heap::CollectAllAvailableGarbage(GarbageCollectionReason gc_reason) {
886 if (gc_reason == GarbageCollectionReason::kLastResort) {
918 GarbageCollectionReason::kExternalMemoryPressure,
926 i::Heap::kNoGCFlags, GarbageCollectionReason::kExternalMemoryPressure
    [all...]
heap.h 352 enum class GarbageCollectionReason {
    [all...]
gc-tracer.cc 62 GCTracer::Event::Event(Type type, GarbageCollectionReason gc_reason,
102 current_(Event::START, GarbageCollectionReason::kUnknown, nullptr),
120 current_ = Event(Event::START, GarbageCollectionReason::kTesting, nullptr);
151 GarbageCollectionReason gc_reason,
    [all...]
incremental-marking.h 82 void Start(GarbageCollectionReason gc_reason);
heap-inl.h 681 GarbageCollectionReason gc_reason,
incremental-marking.cc 440 void IncrementalMarking::Start(GarbageCollectionReason gc_reason) {
    [all...]
  /external/v8/src/extensions/
statistics-extension.cc 71 GarbageCollectionReason::kCountersExtension);
  /external/v8/src/profiler/
sampling-heap-profiler.cc 263 Heap::kNoGCFlags, GarbageCollectionReason::kSamplingProfiler);
heap-snapshot-generator.cc 474 GarbageCollectionReason::kHeapProfiler);
    [all...]
  /external/v8/src/debug/
debug.cc     [all...]
  /external/v8/src/
factory.cc 45 GarbageCollectionReason::kAllocationFailure); \
51 GarbageCollectionReason::kLastResort); \
    [all...]
api.cc 606 i::GarbageCollectionReason::kSnapshotCreator);
    [all...]
isolate.cc 960 GarbageCollectionReason::kTesting);
    [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-debug.cc     [all...]

Completed in 659 milliseconds