Home | History | Annotate | Download | only in mips64

Lines Matching refs:kStopDisabledBit

2259   return !(watched_stops_[code].count & kStopDisabledBit);
2265 watched_stops_[code].count &= ~kStopDisabledBit;
2272 watched_stops_[code].count |= kStopDisabledBit;
2300 int32_t count = watched_stops_[code].count & ~kStopDisabledBit;