Home
last modified time | relevance | path

Searched refs:kStopDisabledBit (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.h372 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips.cc1795 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
1801 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1808 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1836 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/arm/
Dsimulator-arm.h408 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-arm.cc1941 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1948 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1956 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1982 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips64/
Dsimulator-mips64.h423 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips64.cc1860 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
1866 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1873 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1901 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()