Searched defs:MemoryReducer (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dmemory-reducer.h19 // The goal of the MemoryReducer class is to detect transition of the mutator
30 // the number of GCs initiated by the MemoryReducer since it left the DONE
33 // can be initiated by the MemoryReducer.
35 // The DONE state means that the MemoryReducer is not active.
36 // The WAIT state means that the MemoryReducer is waiting for mutator allocation
40 // The RUN state means that the MemoryReducer started incremental marking and is
58 // The MemoryReducer starts incremental marking on this transition but still
69 // The MemoryReducer starts incremental marking on this transition.
72 // - at end of the incremental GC initiated by the MemoryReducer if
76 // - at end of the incremental GC initiated by the MemoryReducer i
83 class V8_EXPORT_PRIVATE MemoryReducer { class in namespace:v8::internal
113 explicit MemoryReducer(Heap* heap) function in class:v8::internal::MemoryReducer
[all...]

Completed in 146 milliseconds