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

  /external/v8/src/mips/
simulator-mips.h 465 // instruction, if bit 31 of watched_stops_[code].count is unset.
466 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
472 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; member in class:v8::internal::Simulator
  /external/v8/src/mips64/
simulator-mips64.h 499 // instruction, if bit 31 of watched_stops_[code].count is unset.
500 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
506 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; member in class:v8::internal::Simulator

Completed in 45 milliseconds