Home
last modified time | relevance | path

Searched defs:jitSupportsFloatingPoint (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCompileWrappers.cpp40 bool CompileRuntime::jitSupportsFloatingPoint() { in jitSupportsFloatingPoint() function in CompileRuntime
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCompileWrappers.cpp110 CompileRuntime::jitSupportsFloatingPoint() in jitSupportsFloatingPoint() function in CompileRuntime
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCompileWrappers.cpp112 CompileRuntime::jitSupportsFloatingPoint() in jitSupportsFloatingPoint() function in CompileRuntime
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscntxt.h227 bool jitSupportsFloatingPoint() const { return runtime_->jitSupportsFloatingPoint; } in jitSupportsFloatingPoint() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscntxt.h206 bool jitSupportsFloatingPoint() const { return runtime_->jitSupportsFloatingPoint; } in jitSupportsFloatingPoint() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DRuntime.h867 js::WriteOnceData<bool> jitSupportsFloatingPoint; member
H A DJSContext.h178 bool jitSupportsFloatingPoint() const { in jitSupportsFloatingPoint() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DRuntime.h1352 bool jitSupportsFloatingPoint; member