Home
last modified time | relevance | path

Searched refs:next_gc_start_ms (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmemory-reducer.h92 State(Action action, int started_gcs, double next_gc_start_ms, in State()
96 next_gc_start_ms(next_gc_start_ms), in State()
101 double next_gc_start_ms; member
Dmemory-reducer.cc97 ScheduleTimer(state_.next_gc_start_ms - event.time_ms); in NotifyTimer()
101 state_.next_gc_start_ms - event.time_ms); in NotifyTimer()
113 ScheduleTimer(state_.next_gc_start_ms - event.time_ms); in NotifyMarkCompact()
130 ScheduleTimer(state_.next_gc_start_ms - event.time_ms); in NotifyPossibleGarbage()
181 if (state.next_gc_start_ms <= event.time_ms) { in Step()