Searched defs:watched_stops_ (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.h463 // instruction, if bit 31 of watched_stops_[code].count is unset.
464 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
470 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; member in class:v8::internal::Simulator
/external/v8/src/mips64/
H A Dsimulator-mips64.h476 // instruction, if bit 31 of watched_stops_[code].count is unset.
477 // The value watched_stops_[code].count & ~(1 << 31) indicates how many times
483 StopCountAndDesc watched_stops_[kMaxStopCode + 1]; member in class:v8::internal::Simulator
/external/v8/src/s390/
H A Dsimulator-s390.h499 // 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_[kNumOfWatchedStops]; member in class:v8::internal::Simulator

Completed in 87 milliseconds