Searched refs:next_gc_start_ms (Results 1 – 2 of 2) sorted by relevance
92 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
97 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()