Home
last modified time | relevance | path

Searched refs:isWatchedStop (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc93 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::Simulator
1939 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()
Dsimulator-arm.h286 inline bool isWatchedStop(uint32_t bkpt_code);