Searched refs:next_gc_start_ms (Results 1 – 2 of 2) sorted by relevance
88 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
86 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms); in NotifyTimer()90 state_.next_gc_start_ms - event.time_ms); in NotifyTimer()102 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms); in NotifyMarkCompact()119 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms); in NotifyPossibleGarbage()170 if (state.next_gc_start_ms <= event.time_ms) { in Step()