HomeSort by relevance Sort by last modified time
    Searched refs:isWatchedStop (Results 1 - 4 of 4) sorted by null

  /external/v8/src/arm/
simulator-arm.cc 92 if (isWatchedStop(code) && !watched_stops_[code].desc) {
121 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) {
    [all...]
simulator-arm.h 296 inline bool isWatchedStop(uint32_t bkpt_code);
  /external/v8/src/ppc/
simulator-ppc.cc 89 if (isWatchedStop(code) && !watched_stops_[code].desc) {
118 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) {
    [all...]
simulator-ppc.h 283 inline bool isWatchedStop(uint32_t bkpt_code);

Completed in 194 milliseconds