Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.h342 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-ppc.cc1497 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1504 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1512 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1540 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/arm/
Dsimulator-arm.h396 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-arm.cc1925 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1932 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1940 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1966 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips64/
Dsimulator-mips64.h567 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips64.cc2420 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2426 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2433 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2463 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips/
Dsimulator-mips.h546 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips.cc2477 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2483 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2490 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2518 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/s390/
Dsimulator-s390.h439 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-s390.cc2206 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2212 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2219 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2245 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()