Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h487 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-arm.cc1972 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1978 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1985 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2011 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h490 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-ppc.cc1287 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1293 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1300 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1326 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h538 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-loong64.cc2309 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2314 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2320 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2348 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h611 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips.cc2494 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2499 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2505 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2533 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h634 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-mips64.cc2503 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2508 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2514 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2542 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h969 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-riscv64.cc3031 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
3036 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
3042 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
3070 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h474 static const uint32_t kStopDisabledBit = 1 << 31; variable
Dsimulator-s390.cc2350 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2356 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2363 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2389 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()