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

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp298 void Interpreter::initialize(bool canUseJIT) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DVM.cpp149 RetainPtr<CFTypeRef> canUseJIT = adoptCF(CFPreferencesCopyAppValue(canUseJITKey, kCFPreferencesCurrentApplication)); local
H A DVM.h320 bool canUseJIT() { return m_canUseJIT; } function in class:JSC::VM
322 bool canUseJIT() { return false; } // interpreter only function in class:JSC::VM

Completed in 146 milliseconds