Searched refs:watched_stops_ (Results 1 – 4 of 4) sorted by relevance
113 if (!watched_stops_[code].desc) { in Stop()114 watched_stops_[code].desc = msg; in Stop()144 if (!sim_->watched_stops_[code].desc) { in Stop()145 sim_->watched_stops_[code].desc = msg; in Stop()1642 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()1648 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1655 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1662 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in IncreaseStopCounter()1665 watched_stops_[code].count = 0; in IncreaseStopCounter()1668 watched_stops_[code].count++; in IncreaseStopCounter()[all …]
376 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; variable
93 if (isWatchedStop(code) && !watched_stops_[code].desc) { in Stop()94 watched_stops_[code].desc = msg; in Stop()122 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in Stop()123 sim_->watched_stops_[code].desc = msg; in Stop()1940 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()1947 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()1955 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()1963 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in IncreaseStopCounter()1966 watched_stops_[code].count = 0; in IncreaseStopCounter()1969 watched_stops_[code].count++; in IncreaseStopCounter()[all …]
418 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable