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

  /external/v8/src/mips/
simulator-mips.cc 135 if (!watched_stops[code].desc) {
136 watched_stops[code].desc = msg;
166 if (!sim_->watched_stops[code].desc) {
167 sim_->watched_stops[code].desc = msg;
    [all...]
simulator-mips.h 389 // instruction, if bit 31 of watched_stops[code].count is unset.
390 // The value watched_stops[code].count & ~(1 << 31) indicates how many times
396 StopCountAndDesc watched_stops[kMaxStopCode + 1]; member in class:v8::internal::Simulator
  /external/v8/src/arm/
simulator-arm.cc 114 if (isWatchedStop(code) && !watched_stops[code].desc) {
115 watched_stops[code].desc = msg;
143 if (sim_->isWatchedStop(code) && !sim_->watched_stops[code].desc) {
144 sim_->watched_stops[code].desc = msg;
    [all...]
simulator-arm.h 387 // instruction, if bit 31 of watched_stops[code].count is unset.
388 // The value watched_stops[code].count & ~(1 << 31) indicates how many times
394 StopCountAndDesc watched_stops[kNumOfWatchedStops];

Completed in 448 milliseconds