Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DActivation.h497 constexpr jsbytecode EnableInterruptsPseudoOpcode = -1; variable
499 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
502 EnableInterruptsPseudoOpcode == jsbytecode(-1),
546 opMask_ = EnableInterruptsPseudoOpcode; in enableInterruptsUnconditionally()
H A DInterpreter.cpp1900 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = { in Interpret()
1905 ((v) == EnableInterruptsPseudoOpcode ? LABEL(EnableInterruptsPseudoOpcode) \ in Interpret()
2086 CASE(EnableInterruptsPseudoOpcode) { in Interpret()
2116 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode); in Interpret()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DActivation.h497 constexpr jsbytecode EnableInterruptsPseudoOpcode = -1; variable
499 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
502 EnableInterruptsPseudoOpcode == jsbytecode(-1),
546 opMask_ = EnableInterruptsPseudoOpcode; in enableInterruptsUnconditionally()
H A DInterpreter.cpp1932 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = { in Interpret()
1937 ((v) == EnableInterruptsPseudoOpcode ? LABEL(EnableInterruptsPseudoOpcode) \ in Interpret()
2116 CASE(EnableInterruptsPseudoOpcode) { in Interpret()
2146 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode); in Interpret()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DActivation.h497 constexpr jsbytecode EnableInterruptsPseudoOpcode = -1; variable
499 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
502 EnableInterruptsPseudoOpcode == jsbytecode(-1),
546 opMask_ = EnableInterruptsPseudoOpcode; in enableInterruptsUnconditionally()
H A DInterpreter.cpp1900 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = { in Interpret()
1905 ((v) == EnableInterruptsPseudoOpcode ? LABEL(EnableInterruptsPseudoOpcode) \ in Interpret()
2086 CASE(EnableInterruptsPseudoOpcode) { in Interpret()
2116 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode); in Interpret()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DActivation.h505 constexpr jsbytecode EnableInterruptsPseudoOpcode = -1; variable
507 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
510 EnableInterruptsPseudoOpcode == jsbytecode(-1),
554 opMask_ = EnableInterruptsPseudoOpcode; in enableInterruptsUnconditionally()
H A DInterpreter.cpp1980 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = { in Interpret()
1985 ((v) == EnableInterruptsPseudoOpcode ? LABEL(EnableInterruptsPseudoOpcode) \ in Interpret()
2149 CASE(EnableInterruptsPseudoOpcode) { in Interpret()
2179 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode); in Interpret()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStack.h1337 static const jsbytecode EnableInterruptsPseudoOpcode = -1;
1339 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
1341 static_assert(EnableInterruptsPseudoOpcode == jsbytecode(-1),
1393 opMask_ = EnableInterruptsPseudoOpcode;
H A DInterpreter.cpp1605 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = {
1610 ((v) == EnableInterruptsPseudoOpcode \
1611 ? LABEL(EnableInterruptsPseudoOpcode) \
1803 CASE(EnableInterruptsPseudoOpcode)
1861 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStack.h1447 static const jsbytecode EnableInterruptsPseudoOpcode = -1;
1449 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
1451 static_assert(EnableInterruptsPseudoOpcode == jsbytecode(-1),
1503 opMask_ = EnableInterruptsPseudoOpcode;
H A DInterpreter.cpp1504 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = { in Interpret()
1509 ((v) == EnableInterruptsPseudoOpcode \ in Interpret()
1510 ? LABEL(EnableInterruptsPseudoOpcode) \ in Interpret()
1595 activation.opMask() == EnableInterruptsPseudoOpcode); \ in Interpret()
1663 CASE(EnableInterruptsPseudoOpcode) in Interpret()
1729 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode); in Interpret()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack.h1489 static const jsbytecode EnableInterruptsPseudoOpcode = -1;
1491 static_assert(EnableInterruptsPseudoOpcode >= JSOP_LIMIT,
1494 EnableInterruptsPseudoOpcode == jsbytecode(-1),
1535 opMask_ = EnableInterruptsPseudoOpcode;
H A DInterpreter.cpp1637 static const void* const addresses[EnableInterruptsPseudoOpcode + 1] = { in Interpret()
1642 ((v) == EnableInterruptsPseudoOpcode ? LABEL(EnableInterruptsPseudoOpcode) \ in Interpret()
1828 CASE(EnableInterruptsPseudoOpcode) { in Interpret()
1882 MOZ_ASSERT(activation.opMask() == EnableInterruptsPseudoOpcode); in Interpret()