Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.h389 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/arm/
Dsimulator-arm.h426 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-arm.cc1948 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1955 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1963 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1989 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips/
Dsimulator-mips.h494 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips.cc2230 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2236 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2243 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2271 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/mips64/
Dsimulator-mips64.h508 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips64.cc2224 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2230 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2237 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2267 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/s390/
Dsimulator-s390.h502 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-s390.cc2311 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2317 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2324 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2350 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()