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.h88 State(Action action, int started_gcs, double next_gc_start_ms, in State()
92 next_gc_start_ms(next_gc_start_ms), in State()
97 double next_gc_start_ms; member
Dmemory-reducer.cc95 ScheduleTimer(state_.next_gc_start_ms - event.time_ms); in NotifyTimer()
99 state_.next_gc_start_ms - event.time_ms); in NotifyTimer()
111 ScheduleTimer(state_.next_gc_start_ms - event.time_ms); in NotifyMarkCompact()
128 ScheduleTimer(state_.next_gc_start_ms - event.time_ms); in NotifyPossibleGarbage()
179 if (state.next_gc_start_ms <= event.time_ms) { in Step()