Home | History | Annotate | Download | only in src

Lines Matching refs:number_idle_notifications_

150       number_idle_notifications_(0),
4952 number_idle_notifications_ =
4953 Min(number_idle_notifications_ + 1, kMaxIdleCount);
4955 number_idle_notifications_ = 0;
4959 if (number_idle_notifications_ == kIdlesBeforeScavenge) {
4963 } else if (number_idle_notifications_ == kIdlesBeforeMarkSweep) {
4973 } else if (number_idle_notifications_ == kIdlesBeforeMarkCompact) {
4977 number_idle_notifications_ = 0;
4979 } else if (number_idle_notifications_ > kIdlesBeforeMarkCompact) {