HomeSort by relevance Sort by last modified time
    Searched refs:next_gc_start_ms (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
memory-reducer.h 27 // - WAIT <started_gcs> <next_gc_start_ms> <last_gc_time_ms>
32 // The <next_gc_start_ms> is a double that stores the earliest time the next GC
88 State(Action action, int started_gcs, double next_gc_start_ms,
92 next_gc_start_ms(next_gc_start_ms),
96 double next_gc_start_ms; member in struct:v8::internal::MemoryReducer::State
memory-reducer.cc 83 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms);
87 state_.next_gc_start_ms - event.time_ms);
99 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms);
116 ScheduleTimer(event.time_ms, state_.next_gc_start_ms - event.time_ms);
153 if (state.next_gc_start_ms <= event.time_ms) {

Completed in 66 milliseconds