Home
last modified time | relevance | path

Searched refs:notableScriptSources (Results 1 – 21 of 21) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DMemoryMetrics.cpp670 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
682 if (!runtime.notableScriptSources.growBy(1)) in FindNotableScriptSources()
685 runtime.notableScriptSources.back() = NotableScriptSourceInfo(filename, info); in FindNotableScriptSources()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DMemoryMetrics.cpp707 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
719 if (!runtime.notableScriptSources.growBy(1)) in FindNotableScriptSources()
722 runtime.notableScriptSources.back() = NotableScriptSourceInfo(filename, info); in FindNotableScriptSources()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DMemoryMetrics.cpp628 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
638 if (!runtime.notableScriptSources.growBy(1)) return false; in FindNotableScriptSources()
640 runtime.notableScriptSources.back() = in FindNotableScriptSources()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DMemoryMetrics.h484 notableScriptSources() in RuntimeSizes()
523 js::Vector<NotableScriptSourceInfo, 0, js::SystemAllocPolicy> notableScriptSources; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DMemoryMetrics.h484 notableScriptSources() in RuntimeSizes()
523 js::Vector<NotableScriptSourceInfo, 0, js::SystemAllocPolicy> notableScriptSources; member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DMemoryMetrics.h524 notableScriptSources() in RuntimeSizes()
563 js::Vector<NotableScriptSourceInfo, 0, js::SystemAllocPolicy> notableScriptSources; member
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DMemoryMetrics.h487 notableScriptSources() { in RuntimeSizes()
525 notableScriptSources; member
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DMemoryMetrics.cpp604 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
616 if (!runtime.notableScriptSources.emplaceBack(filename, info)) { in FindNotableScriptSources()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DMemoryMetrics.cpp605 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
617 if (!runtime.notableScriptSources.emplaceBack(filename, info)) { in FindNotableScriptSources()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DMemoryMetrics.cpp604 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
616 if (!runtime.notableScriptSources.emplaceBack(filename, info)) { in FindNotableScriptSources()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DMemoryMetrics.cpp592 MOZ_ASSERT(runtime.notableScriptSources.empty()); in FindNotableScriptSources()
604 if (!runtime.notableScriptSources.emplaceBack(filename, info)) { in FindNotableScriptSources()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DMemoryMetrics.h541 notableScriptSources; member
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DMemoryMetrics.h532 notableScriptSources; member
/dports/www/firefox/firefox-99.0/js/public/
H A DMemoryMetrics.h544 notableScriptSources; member
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DMemoryMetrics.h541 notableScriptSources; member
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCJSRuntime.cpp1796 for (size_t i = 0; i < rtStats.runtime.notableScriptSources.length(); i++) { in ReportJSRuntimeExplicitTreeStats()
1798 rtStats.runtime.notableScriptSources[i]; in ReportJSRuntimeExplicitTreeStats()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCJSRuntime.cpp1939 for (size_t i = 0; i < rtStats.runtime.notableScriptSources.length(); i++) { in ReportJSRuntimeExplicitTreeStats()
1941 rtStats.runtime.notableScriptSources[i]; in ReportJSRuntimeExplicitTreeStats()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCJSRuntime.cpp1956 for (size_t i = 0; i < rtStats.runtime.notableScriptSources.length(); i++) { in ReportJSRuntimeExplicitTreeStats()
1958 rtStats.runtime.notableScriptSources[i]; in ReportJSRuntimeExplicitTreeStats()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCJSRuntime.cpp1939 for (size_t i = 0; i < rtStats.runtime.notableScriptSources.length(); i++) { in ReportJSRuntimeExplicitTreeStats()
1941 rtStats.runtime.notableScriptSources[i]; in ReportJSRuntimeExplicitTreeStats()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCJSRuntime.cpp1971 for (size_t i = 0; i < rtStats.runtime.notableScriptSources.length(); i++) { in ReportJSRuntimeExplicitTreeStats()
1973 rtStats.runtime.notableScriptSources[i]; in ReportJSRuntimeExplicitTreeStats()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCJSContext.cpp2406 for (size_t i = 0; i < rtStats.runtime.notableScriptSources.length(); i++) { in ReportJSRuntimeExplicitTreeStats()
2408 rtStats.runtime.notableScriptSources[i]; in ReportJSRuntimeExplicitTreeStats()