Searched refs:watched_stops (Results 1 – 4 of 4) sorted by relevance
135 if (!watched_stops[code].desc) { in Stop()136 watched_stops[code].desc = msg; in Stop()166 if (!sim_->watched_stops[code].desc) { in Stop()167 sim_->watched_stops[code].desc = msg; in Stop()1614 return !(watched_stops[code].count & kStopDisabledBit); in IsEnabledStop()1620 watched_stops[code].count &= ~kStopDisabledBit; in EnableStop()1627 watched_stops[code].count |= kStopDisabledBit; in DisableStop()1634 if ((watched_stops[code].count & ~(1 << 31)) == 0x7fffffff) { in IncreaseStopCounter()1637 watched_stops[code].count = 0; in IncreaseStopCounter()1640 watched_stops[code].count++; in IncreaseStopCounter()[all …]
396 StopCountAndDesc watched_stops[kMaxStopCode + 1]; variable
114 if (isWatchedStop(code) && !watched_stops[code].desc) { in Stop()115 watched_stops[code].desc = msg; in Stop()143 if (sim_->isWatchedStop(code) && !sim_->watched_stops[code].desc) { in Stop()144 sim_->watched_stops[code].desc = msg; in Stop()1945 !(watched_stops[code].count & kStopDisabledBit); in isEnabledStop()1952 watched_stops[code].count &= ~kStopDisabledBit; in EnableStop()1960 watched_stops[code].count |= kStopDisabledBit; in DisableStop()1968 if ((watched_stops[code].count & ~(1 << 31)) == 0x7fffffff) { in IncreaseStopCounter()1971 watched_stops[code].count = 0; in IncreaseStopCounter()1974 watched_stops[code].count++; in IncreaseStopCounter()[all …]
394 StopCountAndDesc watched_stops[kNumOfWatchedStops]; variable