Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DJitZone.h132 [[nodiscard]] bool putBaselineCacheIRStubCode( in putBaselineCacheIRStubCode() function
H A DBaselineCacheIRCompiler.cpp2000 if (!jitZone->putBaselineCacheIRStubCode(lookup, key, code)) { in AttachBaselineCacheIRStub()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJitZone.h132 [[nodiscard]] bool putBaselineCacheIRStubCode( in putBaselineCacheIRStubCode() function
H A DBaselineCacheIRCompiler.cpp2127 if (!jitZone->putBaselineCacheIRStubCode(lookup, key, code)) { in AttachBaselineCacheIRStub()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DJitZone.h132 [[nodiscard]] bool putBaselineCacheIRStubCode( in putBaselineCacheIRStubCode() function
H A DBaselineCacheIRCompiler.cpp2000 if (!jitZone->putBaselineCacheIRStubCode(lookup, key, code)) { in AttachBaselineCacheIRStub()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitRealm.h529 MOZ_MUST_USE bool putBaselineCacheIRStubCode( in putBaselineCacheIRStubCode() function
H A DBaselineCacheIRCompiler.cpp2073 if (!jitZone->putBaselineCacheIRStubCode(lookup, key, code)) { in AttachBaselineCacheIRStub()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DJitCompartment.h443 MOZ_MUST_USE bool putBaselineCacheIRStubCode( in putBaselineCacheIRStubCode() function
H A DBaselineCacheIRCompiler.cpp2163 if (!jitZone->putBaselineCacheIRStubCode(lookup, key, code)) return nullptr; in AttachBaselineCacheIRStub()