Searched refs:isWatchedStop (Results 1 – 2 of 2) sorted by relevance
93 if (isWatchedStop(code) && !watched_stops_[code].desc) { in Stop()122 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in Stop()1897 if (isWatchedStop(code)) { in SoftwareInterrupt()1930 bool Simulator::isWatchedStop(uint32_t code) { in isWatchedStop() function in v8::internal::Simulator1939 return !isWatchedStop(code) || in isEnabledStop()1945 ASSERT(isWatchedStop(code)); in EnableStop()1953 ASSERT(isWatchedStop(code)); in DisableStop()1962 ASSERT(isWatchedStop(code)); in IncreaseStopCounter()1977 if (!isWatchedStop(code)) { in PrintStopInfo()
286 inline bool isWatchedStop(uint32_t bkpt_code);