Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.h390 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-ppc.cc1495 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1502 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1510 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1538 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips/
Dsimulator-mips.h511 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips.cc2354 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2360 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2367 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2395 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips64/
Dsimulator-mips64.h541 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips64.cc2301 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2307 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2314 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2344 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/arm/
Dsimulator-arm.h439 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-arm.cc2032 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2039 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2047 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2073 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/s390/
Dsimulator-s390.h503 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-s390.cc2331 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2337 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2344 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2370 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()