Home
last modified time | relevance | path

Searched refs:debuggerMallocSizeOf (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DDebuggerMemory.cpp357 cx->runtime()->debuggerMallocSizeOf = mallocSizeOf; in SetDebuggerMallocSizeOf()
362 return cx->runtime()->debuggerMallocSizeOf; in GetDebuggerMallocSizeOf()
398 cx->runtime()->debuggerMallocSizeOf); in takeCensus()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DDebuggerMemory.cpp366 cx->runtime()->debuggerMallocSizeOf = mallocSizeOf; in SetDebuggerMallocSizeOf()
371 return cx->runtime()->debuggerMallocSizeOf; in GetDebuggerMallocSizeOf()
407 cx->runtime()->debuggerMallocSizeOf); in takeCensus()
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DDebuggerMemory.cpp359 cx->runtime()->debuggerMallocSizeOf = mallocSizeOf; in SetDebuggerMallocSizeOf()
364 return cx->runtime()->debuggerMallocSizeOf; in GetDebuggerMallocSizeOf()
401 cx->runtime()->debuggerMallocSizeOf); in takeCensus()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DDebuggerMemory.cpp357 cx->runtime()->debuggerMallocSizeOf = mallocSizeOf; in SetDebuggerMallocSizeOf()
362 return cx->runtime()->debuggerMallocSizeOf; in GetDebuggerMallocSizeOf()
398 cx->runtime()->debuggerMallocSizeOf); in takeCensus()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DDebuggerMemory.cpp361 cx->debuggerMallocSizeOf = mallocSizeOf; in JS_PUBLIC_API()
367 return cx->debuggerMallocSizeOf; in JS_PUBLIC_API()
405 JS::ubi::CensusHandler handler(census, rootCount, cx->runtime()->debuggerMallocSizeOf); in takeCensus()
H A DRuntime.cpp247 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DRuntime.h1267 mozilla::MallocSizeOf debuggerMallocSizeOf;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DDebuggerMemory.cpp345 cx->runtime()->debuggerMallocSizeOf = mallocSizeOf; in SetDebuggerMallocSizeOf()
350 return cx->runtime()->debuggerMallocSizeOf; in GetDebuggerMallocSizeOf()
384 cx->runtime()->debuggerMallocSizeOf); in takeCensus()
H A DRuntime.cpp166 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DRuntime.h957 js::ActiveThreadData<mozilla::MallocSizeOf> debuggerMallocSizeOf; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DDebuggerMemory.cpp498 rt->debuggerMallocSizeOf = mallocSizeOf; in JS_PUBLIC_API()
504 return rt->debuggerMallocSizeOf; in JS_PUBLIC_API()
H A DRuntime.cpp237 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DUbiNodeCensus.cpp91 count.totalBytes_ += node.size(census.cx->runtime()->debuggerMallocSizeOf); in count()
H A DRuntime.h1503 mozilla::MallocSizeOf debuggerMallocSizeOf; member
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRuntime.cpp162 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DRuntime.h1009 js::MainThreadData<mozilla::MallocSizeOf> debuggerMallocSizeOf; member
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRuntime.cpp159 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DRuntime.h971 js::MainThreadData<mozilla::MallocSizeOf> debuggerMallocSizeOf; member
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRuntime.cpp162 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DRuntime.h1009 js::MainThreadData<mozilla::MallocSizeOf> debuggerMallocSizeOf; member
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRuntime.cpp161 debuggerMallocSizeOf(ReturnZeroSize), in JSRuntime()
H A DRuntime.h968 js::MainThreadData<mozilla::MallocSizeOf> debuggerMallocSizeOf; member
H A DSavedStacks.cpp1880 node.size(cx->runtime()->debuggerMallocSizeOf), in build()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DTestingFunctions.cpp2640 mozilla::MallocSizeOf mallocSizeOf = cx->runtime()->debuggerMallocSizeOf; in ByteSize()
2677 mozilla::MallocSizeOf mallocSizeOf = cx->runtime()->debuggerMallocSizeOf; in ByteSizeOfScript()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTestingFunctions.cpp3372 mozilla::MallocSizeOf mallocSizeOf = cx->runtime()->debuggerMallocSizeOf; in ByteSize()
3409 mozilla::MallocSizeOf mallocSizeOf = cx->runtime()->debuggerMallocSizeOf; in ByteSizeOfScript()

12