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

  /external/v8/src/heap/
gc-idle-time-handler.h 121 static const int kMaxNoProgressIdleTimes = 10;
gc-idle-time-handler.cc 101 if (idle_times_which_made_no_progress_ >= kMaxNoProgressIdleTimes) {

Completed in 77 milliseconds