Home
last modified time | relevance | path

Searched refs:wantBackgroundAllocation (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DAllocator.cpp405 GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const in wantBackgroundAllocation() function in GCRuntime
522 if (wantBackgroundAllocation(lock)) in getOrAllocChunk()
572 while (!cancel_ && runtime->gc.wantBackgroundAllocation(lock)) { in run()
H A DGCRuntime.h928 bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DAllocator.cpp462 bool GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const { in wantBackgroundAllocation() function in GCRuntime
561 if (wantBackgroundAllocation(lock)) lock.tryToStartBackgroundAllocation(); in getOrAllocChunk()
599 while (!cancel_ && runtime()->gc.wantBackgroundAllocation(lock)) { in run()
H A DGCRuntime.h530 bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DAllocator.cpp650 bool GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const { in wantBackgroundAllocation() function in GCRuntime
756 if (wantBackgroundAllocation(lock)) { in getOrAllocChunk()
800 while (!cancel_ && gc->wantBackgroundAllocation(lock)) { in run()
H A DGCRuntime.h665 bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DAllocator.cpp602 bool GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const { in wantBackgroundAllocation() function in GCRuntime
733 if (wantBackgroundAllocation(lock)) { in getOrAllocChunk()
789 while (!isCancelled() && gc->wantBackgroundAllocation(gcLock)) { in run()
H A DGCRuntime.h669 bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DAllocator.cpp693 bool GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const { in wantBackgroundAllocation() function in GCRuntime
816 if (wantBackgroundAllocation(lock)) { in getOrAllocChunk()
862 while (!isCancelled() && gc->wantBackgroundAllocation(gcLock)) { in run()
H A DGCRuntime.h669 bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DAllocator.cpp693 bool GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const { in wantBackgroundAllocation() function in GCRuntime
816 if (wantBackgroundAllocation(lock)) { in getOrAllocChunk()
862 while (!isCancelled() && gc->wantBackgroundAllocation(gcLock)) { in run()
H A DGCRuntime.h669 bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DGCRuntime.h901 inline bool wantBackgroundAllocation(const AutoLockGC& lock) const;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp1029 GCRuntime::wantBackgroundAllocation(const AutoLockGC& lock) const in wantBackgroundAllocation() function in GCRuntime
1070 if (wantBackgroundAllocation(lock)) in pickChunk()
3543 while (!cancel_ && runtime->gc.wantBackgroundAllocation(lock)) { in run()