Home
last modified time | relevance | path

Searched refs:kMaxNoProgressIdleTimes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dgc-idle-time-handler.h123 static const int kMaxNoProgressIdleTimes = 10; variable
Dgc-idle-time-handler.cc103 if (idle_times_which_made_no_progress_ >= kMaxNoProgressIdleTimes) { in NothingOrDone()