Home
last modified time | relevance | path

Searched refs:isOutermostCaller (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DInlineScriptTree.h58 bool isOutermostCaller() const { return caller_ == nullptr; } in isOutermostCaller() function
78 if (isOutermostCaller()) { in depth()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DInlineScriptTree.h58 bool isOutermostCaller() const { return caller_ == nullptr; } in isOutermostCaller() function
78 if (isOutermostCaller()) { in depth()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DInlineScriptTree.h58 bool isOutermostCaller() const { return caller_ == nullptr; } in isOutermostCaller() function
78 if (isOutermostCaller()) { in depth()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCompileInfo.h87 bool isOutermostCaller() const { return caller_ == nullptr; } in isOutermostCaller() function
90 if (isOutermostCaller()) { in outermostCaller()
113 if (isOutermostCaller()) { in depth()
H A DMIR.h558 if (trackedTree()->isOutermostCaller()) { in profilerLeavePc()
565 while (!callerTree->isOutermostCaller()) { in profilerLeavePc()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCompileInfo.h87 bool isOutermostCaller() const { in isOutermostCaller() function
94 if (isOutermostCaller()) in outermostCaller()
124 if (isOutermostCaller()) in depth()
H A DMIR.h591 if (trackedTree()->isOutermostCaller()) in profilerLeavePc()
597 while (!callerTree->isOutermostCaller()) { in profilerLeavePc()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCompileInfo.h85 bool isOutermostCaller() const { return caller_ == nullptr; } in isOutermostCaller() function
88 if (isOutermostCaller()) return this; in outermostCaller()
109 if (isOutermostCaller()) return 1; in depth()
H A DMIR.h587 if (trackedTree()->isOutermostCaller()) return trackedPc(); in profilerLeavePc()
592 while (!callerTree->isOutermostCaller()) { in profilerLeavePc()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCompileInfo.h85 bool isOutermostCaller() const { in isOutermostCaller() function
92 if (isOutermostCaller()) in outermostCaller()
122 if (isOutermostCaller()) in depth()
H A DMIR.h494 if (trackedTree()->isOutermostCaller()) in profilerLeavePc()
500 while (!callerTree->isOutermostCaller()) { in profilerLeavePc()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp673 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp667 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp669 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp667 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DCodeGenerator-shared.cpp683 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.cpp706 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp666 MOZ_ASSERT(tree->isOutermostCaller()); in createNativeToBytecodeScriptList()