Home
last modified time | relevance | path

Searched refs:execAlloc_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DJitZone.h100 MainThreadData<ExecutableAllocator> execAlloc_; variable
153 ExecutableAllocator& execAlloc() { return execAlloc_.ref(); } in execAlloc()
154 const ExecutableAllocator& execAlloc() const { return execAlloc_.ref(); } in execAlloc()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJitZone.h100 MainThreadData<ExecutableAllocator> execAlloc_; variable
153 ExecutableAllocator& execAlloc() { return execAlloc_.ref(); } in execAlloc()
154 const ExecutableAllocator& execAlloc() const { return execAlloc_.ref(); } in execAlloc()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DJitZone.h100 MainThreadData<ExecutableAllocator> execAlloc_; variable
153 ExecutableAllocator& execAlloc() { return execAlloc_.ref(); } in execAlloc()
154 const ExecutableAllocator& execAlloc() const { return execAlloc_.ref(); } in execAlloc()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitRealm.h508 MainThreadData<ExecutableAllocator> execAlloc_; variable
550 ExecutableAllocator& execAlloc() { return execAlloc_.ref(); } in execAlloc()
551 const ExecutableAllocator& execAlloc() const { return execAlloc_.ref(); } in execAlloc()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DJitCompartment.h87 ExecutableAllocator execAlloc_; variable
203 return execAlloc_; in execAlloc()
H A DIon.cpp169 : execAlloc_(), in JitRuntime()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DJitCompartment.h95 ExecutableAllocator execAlloc_; variable
230 return execAlloc_; in execAlloc()
H A DIon.cpp195 : execAlloc_(rt),
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DJitCompartment.h80 ActiveThreadData<ExecutableAllocator> execAlloc_; variable
210 ExecutableAllocator& execAlloc() { return execAlloc_.ref(); } in execAlloc()
H A DIon.cpp170 : execAlloc_(rt), in JitRuntime()