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()96 double next_gc_start_ms; member
83 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms); in NotifyTimer()87 state_.next_gc_start_ms - event.time_ms); in NotifyTimer()99 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms); in NotifyMarkCompact()116 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms); in NotifyPossibleGarbage()153 if (state.next_gc_start_ms <= event.time_ms) { in Step()