Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.h236 inline bool isWatchedStop(uint32_t bkpt_code);
Dsimulator-ppc.cc78 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::Simulator
1496 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()
/external/v8/src/arm/
Dsimulator-arm.h262 inline bool isWatchedStop(uint32_t bkpt_code);
Dsimulator-arm.cc1855 if (isWatchedStop(code)) { in SoftwareInterrupt()
1915 bool Simulator::isWatchedStop(uint32_t code) { in isWatchedStop() function in v8::internal::Simulator
1924 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()
/external/v8/src/s390/
Dsimulator-s390.cc79 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::Simulator
2205 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()
Dsimulator-s390.h231 inline bool isWatchedStop(uint32_t bkpt_code);