Home | History | Annotate | Download | only in src

Lines Matching refs:number_idle_notifications_

152       number_idle_notifications_(0),
6063 number_idle_notifications_ =
6064 Min(number_idle_notifications_ + 1, kMaxIdleCount);
6066 number_idle_notifications_ = 0;
6070 if (number_idle_notifications_ == kIdlesBeforeScavenge) {
6074 } else if (number_idle_notifications_ == kIdlesBeforeMarkSweep) {
6084 } else if (number_idle_notifications_ == kIdlesBeforeMarkCompact) {
6088 number_idle_notifications_ = 0;
6090 } else if (number_idle_notifications_ > kIdlesBeforeMarkCompact) {