Home
last modified time | relevance | path

Searched refs:ensureJitCompartmentExists (Results 1 – 21 of 21) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscompartment.h759 bool ensureJitCompartmentExists(JSContext* cx);
H A Djscompartment.cpp190 JSCompartment::ensureJitCompartmentExists(JSContext* cx) in ensureJitCompartmentExists() function in JSCompartment
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscompartment.h877 bool ensureJitCompartmentExists(JSContext* cx);
H A Djscompartment.cpp202 JSCompartment::ensureJitCompartmentExists(JSContext* cx) in ensureJitCompartmentExists() function in JSCompartment
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIon.cpp233 if (!cx->compartment()->ensureJitCompartmentExists(cx))
2175 if (!cx->compartment()->ensureJitCompartmentExists(cx))
2813 if (!cx->compartment()->ensureJitCompartmentExists(cx))
H A DBaselineJIT.cpp330 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in CanEnterBaselineJIT()
H A DIonAnalysis.cpp4159 if (!cx->compartment()->ensureJitCompartmentExists(cx))
4405 if (!cx->compartment()->ensureJitCompartmentExists(cx))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIon.cpp207 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in initialize()
2136 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in IonCompile()
2687 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in CanEnterUsingFastInvoke()
H A DBaselineJIT.cpp325 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in CanEnterBaselineJIT()
H A DIonAnalysis.cpp3679 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in AnalyzeNewScriptDefiniteProperties()
3911 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in AnalyzeArgumentsUsage()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSCompartment.cpp190 bool JSCompartment::ensureJitCompartmentExists(JSContext* cx) { in ensureJitCompartmentExists() function in JSCompartment
H A DJSCompartment.h1182 bool ensureJitCompartmentExists(JSContext* cx);
H A DUnboxedObject.cpp64 if (!cx->compartment()->ensureJitCompartmentExists(cx)) return false; in makeConstructorCode()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineJIT.cpp276 if (!cx->compartment()->ensureJitCompartmentExists(cx)) return Method_Error; in CanEnterBaselineJIT()
H A DIon.cpp210 if (!cx->compartment()->ensureJitCompartmentExists(cx)) return false; in initialize()
1889 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in IonCompile()
H A DIonAnalysis.cpp3874 if (!cx->compartment()->ensureJitCompartmentExists(cx)) return false; in AnalyzeNewScriptDefiniteProperties()
4110 if (!cx->compartment()->ensureJitCompartmentExists(cx)) return false; in AnalyzeArgumentsUsage()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DNativeRegExpMacroAssembler.cpp108 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in GenerateCode()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DNativeRegExpMacroAssembler.cpp108 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in GenerateCode()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DNativeRegExpMacroAssembler.cpp110 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in GenerateCode()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DUnboxedObject.cpp84 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in makeConstructorCode()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DUnboxedObject.cpp74 if (!cx->compartment()->ensureJitCompartmentExists(cx)) in makeConstructorCode()