Home
last modified time | relevance | path

Searched defs:canUseJIT (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.h192 bool canUseJIT() { return false; } // interpreter only in canUseJIT() function
194 bool canUseJIT() { return true; } // jit only in canUseJIT() function
196 bool canUseJIT() { return m_canUseJIT; } in canUseJIT() function
DJSGlobalData.cpp216 …CFBooleanRef canUseJIT = (CFBooleanRef)CFPreferencesCopyAppValue(canUseJITKey, kCFPreferencesCurre… in JSGlobalData() local