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

  /external/v8/src/heap/
memory-reducer.h 19 // 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
    [all...]
memory-reducer.cc 16 const int MemoryReducer::kLongDelayMs = 8000;
17 const int MemoryReducer::kShortDelayMs = 500;
18 const int MemoryReducer::kWatchdogDelayMs = 100000;
19 const int MemoryReducer::kMaxNumberOfGCs = 3;
20 const double MemoryReducer::kCommittedMemoryFactor = 1.1;
21 const size_t MemoryReducer::kCommittedMemoryDelta = 10 * MB;
23 MemoryReducer::TimerTask::TimerTask(MemoryReducer* memory_reducer)
28 void MemoryReducer::TimerTask::RunInternal() {
57 void MemoryReducer::NotifyTimer(const Event& event)
    [all...]
heap.cc     [all...]
heap.h 331 class MemoryReducer;
    [all...]

Completed in 584 milliseconds