Home
last modified time | relevance | path

Searched refs:watched_stops_ (Results 1 – 25 of 58) sorted by relevance

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DSimulator-arm.cpp459 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
460 sim_->watched_stops_[code].desc = msg; in stop()
2593 return !isWatchedStop(code) || !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2601 watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
2609 watched_stops_[code].count |= kStopDisabledBit; in disableStop()
2617 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
2620 watched_stops_[code].count = 0; in increaseStopCounter()
2623 watched_stops_[code].count++; in increaseStopCounter()
2636 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
2639 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h398 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dsimulator-ppc.cc79 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in Stop()
80 sim_->watched_stops_[code].desc = msg; in Stop()
1500 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1507 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1515 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1523 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7FFFFFFF) { in IncreaseStopCounter()
1528 watched_stops_[code].count = 0; in IncreaseStopCounter()
1531 watched_stops_[code].count++; in IncreaseStopCounter()
1543 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
1546 if (watched_stops_[code].desc) { in PrintStopInfo()
[all …]
H A Dsimulator-ppc.h352 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DSimulator-arm.cpp496 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
497 sim_->watched_stops_[code].desc = msg; in stop()
2805 return !isWatchedStop(code) || !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2813 watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
2821 watched_stops_[code].count |= kStopDisabledBit; in disableStop()
2829 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
2832 watched_stops_[code].count = 0; in increaseStopCounter()
2835 watched_stops_[code].count++; in increaseStopCounter()
2848 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
2851 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h446 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/
H A DSimulator-arm.cpp500 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
501 sim_->watched_stops_[code].desc = msg; in stop()
3016 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
3022 watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
3029 watched_stops_[code].count |= kStopDisabledBit; in disableStop()
3036 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
3041 watched_stops_[code].count = 0; in increaseStopCounter()
3044 watched_stops_[code].count++; in increaseStopCounter()
3055 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
3058 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h546 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DSimulator-arm.cpp500 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
501 sim_->watched_stops_[code].desc = msg; in stop()
3216 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
3222 watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
3229 watched_stops_[code].count |= kStopDisabledBit; in disableStop()
3236 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
3241 watched_stops_[code].count = 0; in increaseStopCounter()
3244 watched_stops_[code].count++; in increaseStopCounter()
3255 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
3258 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h546 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DSimulator-arm.cpp484 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
485 sim_->watched_stops_[code].desc = msg; in stop()
2763 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
2768 if (!isEnabledStop(code)) watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
2773 if (isEnabledStop(code)) watched_stops_[code].count |= kStopDisabledBit; in disableStop()
2779 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
2784 watched_stops_[code].count = 0; in increaseStopCounter()
2787 watched_stops_[code].count++; in increaseStopCounter()
2798 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
2801 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h547 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/
H A DSimulator-arm.cpp500 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
501 sim_->watched_stops_[code].desc = msg; in stop()
3016 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
3022 watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
3029 watched_stops_[code].count |= kStopDisabledBit; in disableStop()
3036 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
3041 watched_stops_[code].count = 0; in increaseStopCounter()
3044 watched_stops_[code].count++; in increaseStopCounter()
3055 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
3058 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h546 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/
H A DSimulator-arm.cpp488 if (sim_->isWatchedStop(code) && !sim_->watched_stops_[code].desc) { in stop()
489 sim_->watched_stops_[code].desc = msg; in stop()
2996 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
3002 watched_stops_[code].count &= ~kStopDisabledBit; in enableStop()
3009 watched_stops_[code].count |= kStopDisabledBit; in disableStop()
3016 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7fffffff) { in increaseStopCounter()
3021 watched_stops_[code].count = 0; in increaseStopCounter()
3024 watched_stops_[code].count++; in increaseStopCounter()
3035 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in printStopInfo()
3038 if (watched_stops_[code].desc) { in printStopInfo()
[all …]
H A DSimulator-arm.h547 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1256 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1262 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1269 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1276 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7FFFFFFF) { in IncreaseStopCounter()
1281 watched_stops_[code].count = 0; in IncreaseStopCounter()
1284 watched_stops_[code].count++; in IncreaseStopCounter()
1295 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
1298 if (watched_stops_[code].desc) { in PrintStopInfo()
1300 state, count, watched_stops_[code].desc); in PrintStopInfo()
H A Dsimulator-ppc.h375 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1256 !(watched_stops_[code].count & kStopDisabledBit); in isEnabledStop()
1262 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
1269 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
1276 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7FFFFFFF) { in IncreaseStopCounter()
1281 watched_stops_[code].count = 0; in IncreaseStopCounter()
1284 watched_stops_[code].count++; in IncreaseStopCounter()
1295 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
1298 if (watched_stops_[code].desc) { in PrintStopInfo()
1300 state, count, watched_stops_[code].desc); in PrintStopInfo()
H A Dsimulator-ppc.h375 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/arm/
H A Dsimulator-arm.h480 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/arm/
H A Dsimulator-arm.h404 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/arm/
H A Dsimulator-arm.h487 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable
/dports/lang/v8/v8-9.6.180.12/src/execution/riscv64/
H A Dsimulator-riscv64.cc2302 return !(watched_stops_[code].count & kStopDisabledBit); in IsEnabledStop()
2307 watched_stops_[code].count &= ~kStopDisabledBit; in EnableStop()
2313 watched_stops_[code].count |= kStopDisabledBit; in DisableStop()
2319 if ((watched_stops_[code].count & ~(1 << 31)) == 0x7FFFFFFF) { in IncreaseStopCounter()
2324 watched_stops_[code].count = 0; in IncreaseStopCounter()
2327 watched_stops_[code].count++; in IncreaseStopCounter()
2341 int32_t count = watched_stops_[code].count & ~kStopDisabledBit; in PrintStopInfo()
2344 if (watched_stops_[code].desc) { in PrintStopInfo()
2346 code, code, state, count, watched_stops_[code].desc); in PrintStopInfo()
/dports/lang/v8/v8-9.6.180.12/src/execution/arm/
H A Dsimulator-arm.h497 StopCountAndDesc watched_stops_[kNumOfWatchedStops]; variable

123