Searched refs:kIdlesBeforeMarkCompact (Results 1 – 1 of 1) sorted by relevance
4935 static const int kIdlesBeforeMarkCompact = 8; in IdleGlobalGC() local4936 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()