Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc4935 static const int kIdlesBeforeMarkCompact = 8; in IdleGlobalGC() local
4936 static const int kMaxIdleCount = kIdlesBeforeMarkCompact + 1; in IdleGlobalGC()
4973 } else if (number_idle_notifications_ == kIdlesBeforeMarkCompact) { in IdleGlobalGC()
4979 } else if (number_idle_notifications_ > kIdlesBeforeMarkCompact) { in IdleGlobalGC()