Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc4936 static const int kMaxIdleCount = kIdlesBeforeMarkCompact + 1; in IdleGlobalGC() local
4953 Min(number_idle_notifications_ + 1, kMaxIdleCount); in IdleGlobalGC()