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

  /external/v8/src/arm/
simulator-arm.cc 119 if (isWatchedStop(code) && !watched_stops[code].desc) {
120 watched_stops[code].desc = msg;
148 if (sim_->isWatchedStop(code) && !sim_->watched_stops[code].desc) {
149 sim_->watched_stops[code].desc = msg;
    [all...]
simulator-arm.h 364 // instruction, if bit 31 of watched_stops[code].count is unset.
365 // The value watched_stops[code].count & ~(1 << 31) indicates how many times
371 StopCountAndDesc watched_stops[kNumOfWatchedStops]; member in class:v8::internal::Simulator

Completed in 23 milliseconds