Home | History | Annotate | Download | only in heap

Lines Matching refs:State

31 // state.
35 // The DONE state means that the MemoryReducer is not active.
36 // The WAIT state means that the MemoryReducer is waiting for mutator allocation
39 // the last GC then transition to the RUN state is forced.
40 // The RUN state means that the MemoryReducer started incremental marking and is
87 struct State {
88 State(Action action, int started_gcs, double next_gc_start_ms,
122 // The step function that computes the next state from the current state and
124 static State Step(const State& state, const Event& event);
159 static bool WatchdogGC(const State& state, const Event& event);
162 State state_;