Searched refs:isWatchedStop (Results 1 – 6 of 6) sorted by relevance
236 inline bool isWatchedStop(uint32_t bkpt_code);
78 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in Stop()1460 if (isWatchedStop(code)) { in SoftwareInterrupt()1487 bool Simulator::isWatchedStop(uint32_t code) { in isWatchedStop() function in v8::internal::Simulator1496 return !isWatchedStop(code) || in isEnabledStop()1502 DCHECK(isWatchedStop(code)); in EnableStop()1510 DCHECK(isWatchedStop(code)); in DisableStop()1519 DCHECK(isWatchedStop(code)); in IncreaseStopCounter()1536 if (!isWatchedStop(code)) { in PrintStopInfo()
262 inline bool isWatchedStop(uint32_t bkpt_code);
1855 if (isWatchedStop(code)) { in SoftwareInterrupt()1915 bool Simulator::isWatchedStop(uint32_t code) { in isWatchedStop() function in v8::internal::Simulator1924 return !isWatchedStop(code) || in isEnabledStop()1930 DCHECK(isWatchedStop(code)); in EnableStop()1938 DCHECK(isWatchedStop(code)); in DisableStop()1947 DCHECK(isWatchedStop(code)); in IncreaseStopCounter()1962 if (!isWatchedStop(code)) { in PrintStopInfo()
79 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in Stop()2172 if (isWatchedStop(code)) { in SoftwareInterrupt()2197 bool Simulator::isWatchedStop(uint32_t code) { in isWatchedStop() function in v8::internal::Simulator2205 return !isWatchedStop(code) || in isEnabledStop()2210 DCHECK(isWatchedStop(code)); in EnableStop()2217 DCHECK(isWatchedStop(code)); in DisableStop()2225 DCHECK(isWatchedStop(code)); in IncreaseStopCounter()2241 if (!isWatchedStop(code)) { in PrintStopInfo()
231 inline bool isWatchedStop(uint32_t bkpt_code);