Home
last modified time | relevance | path

Searched refs:kPossibleGarbage (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-reducer.cc125 DCHECK_EQ(kPossibleGarbage, event.type); in NotifyPossibleGarbage()
165 DCHECK_EQ(kPossibleGarbage, event.type); in Step()
173 case kPossibleGarbage: in Step()
Dmemory-reducer.h106 enum EventType { kTimer, kMarkCompact, kPossibleGarbage }; enumerator
Dheap.cc1983 event.type = MemoryReducer::kPossibleGarbage; in NotifyContextDisposed()
2056 event.type = MemoryReducer::kPossibleGarbage; in StartIncrementalMarkingIfAllocationLimitIsReached()
3858 event.type = MemoryReducer::kPossibleGarbage; in ActivateMemoryReducerIfNeeded()
5988 event.type = MemoryReducer::kPossibleGarbage; in NotifyOldGenerationExpansion()