Searched defs:canUseJIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DVM.cpp122 RetainPtr<CFTypeRef> canUseJIT = adoptCF(CFPreferencesCopyAppValue(canUseJITKey, kCFPreferencesCurrentApplication)); local
H A DVM.h298 bool canUseJIT() { return m_canUseJIT; } function in class:JSC::VM
300 bool canUseJIT() { return true; } // jit only function in class:JSC::VM
302 bool canUseJIT() { return false; } // interpreter only function in class:JSC::VM
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp293 void Interpreter::initialize(bool canUseJIT) argument

Completed in 130 milliseconds