Home
last modified time | relevance | path

Searched refs:isIonJS (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DFrameIter-inl.h31 if (jsJitFrame().isIonJS()) { in unaliasedForEachActual()
H A DFrameIter.h523 if (jsJitFrame().isIonJS()) { in script()
554 return isJSJit() && jsJitFrame().isIonJS(); in isIon()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DFrameIter-inl.h31 if (jsJitFrame().isIonJS()) { in unaliasedForEachActual()
H A DFrameIter.h523 if (jsJitFrame().isIonJS()) { in script()
554 return isJSJit() && jsJitFrame().isIonJS(); in isIon()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DFrameIter-inl.h31 if (jsJitFrame().isIonJS()) { in unaliasedForEachActual()
H A DFrameIter.h523 if (jsJitFrame().isIonJS()) { in script()
554 return isJSJit() && jsJitFrame().isIonJS(); in isIon()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DFrameIter-inl.h31 if (jsJitFrame().isIonJS()) { in unaliasedForEachActual()
H A DFrameIter.h549 if (jsJitFrame().isIonJS()) { in script()
580 return isJSJit() && jsJitFrame().isIonJS(); in isIon()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DJSJitFrameIter.cpp196 MOZ_ASSERT(isIonJS()); in spillBase()
263 MOZ_ASSERT(isIonJS()); in ionScriptFromCalleeToken()
269 MOZ_ASSERT(isIonJS()); in safepoint()
286 MOZ_ASSERT(isIonJS()); in osiIndex()
H A DJitFrames.cpp629 if (frame.isIonJS()) { in HandleException()
1364 it.frame().isIonJS()); in GetPcScript()
1373 MOZ_ASSERT(it.frame().isIonJS()); in GetPcScript()
1376 MOZ_ASSERT(it.frame().isBaselineJS() || it.frame().isIonJS()); in GetPcScript()
1412 if (it.frame().isIonJS() || it.frame().isBailoutJS()) { in GetPcScript()
2403 if (frames.isIonJS()) { in AssertJitStackInvariants()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJSJitFrameIter.cpp197 MOZ_ASSERT(isIonJS()); in spillBase()
264 MOZ_ASSERT(isIonJS()); in ionScriptFromCalleeToken()
270 MOZ_ASSERT(isIonJS()); in safepoint()
287 MOZ_ASSERT(isIonJS()); in osiIndex()
H A DJitFrames.cpp632 if (frame.isIonJS()) { in HandleException()
1344 it.frame().isIonJS()); in GetPcScript()
1353 MOZ_ASSERT(it.frame().isIonJS()); in GetPcScript()
1356 MOZ_ASSERT(it.frame().isBaselineJS() || it.frame().isIonJS()); in GetPcScript()
1392 if (it.frame().isIonJS() || it.frame().isBailoutJS()) { in GetPcScript()
2395 if (frames.isIonJS()) { in AssertJitStackInvariants()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJSJitFrameIter.cpp194 MOZ_ASSERT(isIonJS()); in spillBase()
261 MOZ_ASSERT(isIonJS()); in ionScriptFromCalleeToken()
267 MOZ_ASSERT(isIonJS()); in safepoint()
284 MOZ_ASSERT(isIonJS()); in osiIndex()
H A DJitFrames.cpp623 if (frame.isIonJS()) { in HandleException()
1352 it.frame().isIonJS()); in GetPcScript()
1361 MOZ_ASSERT(it.frame().isIonJS()); in GetPcScript()
1364 MOZ_ASSERT(it.frame().isBaselineJS() || it.frame().isIonJS()); in GetPcScript()
1400 if (it.frame().isIonJS() || it.frame().isBailoutJS()) { in GetPcScript()
2405 if (frames.isIonJS()) { in AssertJitStackInvariants()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DJSJitFrameIter.cpp196 MOZ_ASSERT(isIonJS()); in spillBase()
263 MOZ_ASSERT(isIonJS()); in ionScriptFromCalleeToken()
269 MOZ_ASSERT(isIonJS()); in safepoint()
286 MOZ_ASSERT(isIonJS()); in osiIndex()
H A DJitFrames.cpp629 if (frame.isIonJS()) { in HandleException()
1364 it.frame().isIonJS()); in GetPcScript()
1373 MOZ_ASSERT(it.frame().isIonJS()); in GetPcScript()
1376 MOZ_ASSERT(it.frame().isBaselineJS() || it.frame().isIonJS()); in GetPcScript()
1412 if (it.frame().isIonJS() || it.frame().isBailoutJS()) { in GetPcScript()
2403 if (frames.isIonJS()) { in AssertJitStackInvariants()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DJSJitFrameIter.cpp151 MOZ_ASSERT(isIonJS()); in spillBase()
212 MOZ_ASSERT(isIonJS()); in ionScriptFromCalleeToken()
218 MOZ_ASSERT(isIonJS()); in safepoint()
231 MOZ_ASSERT(isIonJS()); in osiIndex()
H A DJitFrames.cpp633 if (frame.isIonJS()) { in HandleException()
1300 it.frame().isIonJS()); in GetPcScript()
1309 MOZ_ASSERT(it.frame().isIonJS()); in GetPcScript()
1312 MOZ_ASSERT(it.frame().isBaselineJS() || it.frame().isIonJS()); in GetPcScript()
1354 if (it.frame().isIonJS() || it.frame().isBailoutJS()) { in GetPcScript()
2283 if (frames.isIonJS()) { in AssertJitStackInvariants()
H A DJSJitFrameIter.h157 bool isIonJS() const { return type_ == JitFrame_IonJS; } in isIonJS() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DJitFrames.cpp279 MOZ_ASSERT(isIonJS());
781 if (iter.isIonJS()) {
1498 MOZ_ASSERT(it.isBaselineStub() || it.isBaselineJS() || it.isIonJS());
1507 MOZ_ASSERT(it.isIonJS());
1510 MOZ_ASSERT(it.isBaselineJS() || it.isIonJS());
1546 if (it.isIonJS() || it.isBailoutJS()) {
2212 MOZ_ASSERT(isIonJS());
2220 MOZ_ASSERT(isIonJS());
2238 MOZ_ASSERT(isIonJS());
3123 if (frames.isIonJS()) {
H A DJitFrameIterator.h148 bool isIonJS() const { in isIonJS() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DJitFrames.cpp341 MOZ_ASSERT(isIonJS()); in spillBase()
843 if (iter.isIonJS()) { in HandleException()
1630 MOZ_ASSERT(it.isBaselineStub() || it.isBaselineJS() || it.isIonJS()); in GetPcScript()
1639 MOZ_ASSERT(it.isIonJS()); in GetPcScript()
1642 MOZ_ASSERT(it.isBaselineJS() || it.isIonJS()); in GetPcScript()
1678 if (it.isIonJS() || it.isBailoutJS()) { in GetPcScript()
2356 MOZ_ASSERT(isIonJS()); in ionScriptFromCalleeToken()
2364 MOZ_ASSERT(isIonJS()); in safepoint()
2382 MOZ_ASSERT(isIonJS()); in osiIndex()
3339 if (frames.isIonJS()) { in AssertJitStackInvariants()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTraceLogging.cpp244 MOZ_ASSERT(it.isIonJS() || it.isBaselineJS()); in enable()
247 engine = it.isIonJS() ? TraceLogger_IonMonkey : TraceLogger_Baseline; in enable()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTraceLogging.cpp236 MOZ_ASSERT(it.isIonJS() || it.isBaselineJS()); in enable()
239 engine = it.isIonJS() ? TraceLogger_IonMonkey : TraceLogger_Baseline; in enable()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTraceLogging.cpp232 MOZ_ASSERT(jitFrame.isIonJS() || jitFrame.isBaselineJS()); in enable()
236 jitFrame.isIonJS() ? TraceLogger_IonMonkey : TraceLogger_Baseline; in enable()

123