HomeSort by relevance Sort by last modified time
    Searched defs:watched_stops_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/s390/
simulator-s390.h 506 // instruction, if bit 31 of watched_stops_[code].count is unset.
507 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
513 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; member in class:v8::internal::Simulator
  /external/v8/src/mips/
simulator-mips.h 514 // instruction, if bit 31 of watched_stops_[code].count is unset.
515 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
521 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; member in class:v8::internal::Simulator
  /external/v8/src/mips64/
simulator-mips64.h 544 // instruction, if bit 31 of watched_stops_[code].count is unset.
545 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
551 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; member in class:v8::internal::Simulator

Completed in 105 milliseconds