Home | History | Annotate | Download | only in arm

Lines Matching refs:kStopDisabledBit

1945     !(watched_stops[code].count & kStopDisabledBit);
1952 watched_stops[code].count &= ~kStopDisabledBit;
1960 watched_stops[code].count |= kStopDisabledBit;
1986 int32_t count = watched_stops[code].count & ~kStopDisabledBit;