Searched refs:isWatchedStop (Results 1 – 2 of 2) sorted by relevance
114 if (isWatchedStop(code) && !watched_stops[code].desc) { in Stop()143 if (sim_->isWatchedStop(code) && !sim_->watched_stops[code].desc) { in Stop()1908 if (isWatchedStop(code)) { in SoftwareInterrupt()1935 bool Simulator::isWatchedStop(uint32_t code) { in isWatchedStop() function in v8::internal::Simulator1944 return !isWatchedStop(code) || in isEnabledStop()1950 ASSERT(isWatchedStop(code)); in EnableStop()1958 ASSERT(isWatchedStop(code)); in DisableStop()1967 ASSERT(isWatchedStop(code)); in IncreaseStopCounter()1982 if (!isWatchedStop(code)) { in PrintStopInfo()
270 inline bool isWatchedStop(uint32_t bkpt_code);