Home
last modified time | relevance | path

Searched refs:allScriptSources (Results 1 – 15 of 15) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DMemoryMetrics.h486 allScriptSources = js_new<ScriptSourcesHashMap>(); in RuntimeSizes()
487 if (!allScriptSources || !allScriptSources->init()) in RuntimeSizes()
495 js_delete(allScriptSources); in ~RuntimeSizes()
522 ScriptSourcesHashMap* allScriptSources; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DMemoryMetrics.h486 allScriptSources = js_new<ScriptSourcesHashMap>(); in RuntimeSizes()
487 if (!allScriptSources || !allScriptSources->init()) in RuntimeSizes()
495 js_delete(allScriptSources); in ~RuntimeSizes()
522 ScriptSourcesHashMap* allScriptSources; member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DMemoryMetrics.h526 allScriptSources = js_new<ScriptSourcesHashMap>(); in RuntimeSizes()
527 if (!allScriptSources || !allScriptSources->init()) in RuntimeSizes()
535 js_delete(allScriptSources); in ~RuntimeSizes()
562 ScriptSourcesHashMap* allScriptSources; member
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DMemoryMetrics.h488 allScriptSources = js_new<ScriptSourcesHashMap>(); in RuntimeSizes()
489 if (!allScriptSources || !allScriptSources->init()) MOZ_CRASH("oom"); in RuntimeSizes()
496 js_delete(allScriptSources); in ~RuntimeSizes()
523 ScriptSourcesHashMap* allScriptSources; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DMemoryMetrics.cpp461 rtStats->runtime.allScriptSources->lookupForAdd(filename); in StatsCellCallback()
464 (void)rtStats->runtime.allScriptSources->add(p, filename, info); in StatsCellCallback()
672 for (RuntimeSizes::ScriptSourcesHashMap::Range r = runtime.allScriptSources->all(); in FindNotableScriptSources()
693 js_delete(runtime.allScriptSources); in FindNotableScriptSources()
694 runtime.allScriptSources = nullptr; in FindNotableScriptSources()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DMemoryMetrics.cpp433 rtStats->runtime.allScriptSources->lookupForAdd(filename); in CollectScriptSourceStats()
435 bool ok = rtStats->runtime.allScriptSources->add(p, filename, info); in CollectScriptSourceStats()
709 for (RuntimeSizes::ScriptSourcesHashMap::Range r = runtime.allScriptSources->all(); in FindNotableScriptSources()
730 js_delete(runtime.allScriptSources); in FindNotableScriptSources()
731 runtime.allScriptSources = nullptr; in FindNotableScriptSources()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DMemoryMetrics.cpp356 rtStats->runtime.allScriptSources->lookupForAdd(filename); in CollectScriptSourceStats()
358 bool ok = rtStats->runtime.allScriptSources->add(p, filename, info); in CollectScriptSourceStats()
631 runtime.allScriptSources->all(); in FindNotableScriptSources()
649 js_delete(runtime.allScriptSources); in FindNotableScriptSources()
650 runtime.allScriptSources = nullptr; in FindNotableScriptSources()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DMemoryMetrics.cpp310 rtStats->runtime.allScriptSources->lookupForAdd(filename); in CollectScriptSourceStats()
312 bool ok = rtStats->runtime.allScriptSources->add(p, filename, info); in CollectScriptSourceStats()
607 runtime.allScriptSources->all(); in FindNotableScriptSources()
626 runtime.allScriptSources.reset(); in FindNotableScriptSources()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DMemoryMetrics.cpp310 rtStats->runtime.allScriptSources->lookupForAdd(filename); in CollectScriptSourceStats()
312 bool ok = rtStats->runtime.allScriptSources->add(p, filename, info); in CollectScriptSourceStats()
608 runtime.allScriptSources->all(); in FindNotableScriptSources()
627 runtime.allScriptSources.reset(); in FindNotableScriptSources()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DMemoryMetrics.cpp310 rtStats->runtime.allScriptSources->lookupForAdd(filename); in CollectScriptSourceStats()
312 bool ok = rtStats->runtime.allScriptSources->add(p, filename, info); in CollectScriptSourceStats()
607 runtime.allScriptSources->all(); in FindNotableScriptSources()
626 runtime.allScriptSources.reset(); in FindNotableScriptSources()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DMemoryMetrics.cpp312 rtStats->runtime.allScriptSources->lookupForAdd(filename); in CollectScriptSourceStats()
314 bool ok = rtStats->runtime.allScriptSources->add(p, filename, info); in CollectScriptSourceStats()
595 runtime.allScriptSources->all(); in FindNotableScriptSources()
614 runtime.allScriptSources.reset(); in FindNotableScriptSources()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DMemoryMetrics.h514 RuntimeSizes() { allScriptSources.emplace(); } in RuntimeSizes()
539 mozilla::Maybe<ScriptSourcesHashMap> allScriptSources; member
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DMemoryMetrics.h505 RuntimeSizes() { allScriptSources.emplace(); } in RuntimeSizes()
530 mozilla::Maybe<ScriptSourcesHashMap> allScriptSources; member
/dports/www/firefox/firefox-99.0/js/public/
H A DMemoryMetrics.h517 RuntimeSizes() { allScriptSources.emplace(); } in RuntimeSizes()
542 mozilla::Maybe<ScriptSourcesHashMap> allScriptSources; member
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DMemoryMetrics.h514 RuntimeSizes() { allScriptSources.emplace(); } in RuntimeSizes()
539 mozilla::Maybe<ScriptSourcesHashMap> allScriptSources; member