Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.h386 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips.cc1614 return !(watched_stops[code].count & kStopDisabledBit); in IsEnabledStop()
1620 watched_stops[code].count &= ~kStopDisabledBit; in EnableStop()
1627 watched_stops[code].count |= kStopDisabledBit; in DisableStop()
1655 int32_t count = watched_stops[code].count & ~kStopDisabledBit; in PrintStopInfo()
/external/v8/src/arm/
Dsimulator-arm.h384 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-arm.cc1945 !(watched_stops[code].count & kStopDisabledBit); in isEnabledStop()
1952 watched_stops[code].count &= ~kStopDisabledBit; in EnableStop()
1960 watched_stops[code].count |= kStopDisabledBit; in DisableStop()
1986 int32_t count = watched_stops[code].count & ~kStopDisabledBit; in PrintStopInfo()