Searched refs:hasJITCodeFor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DExecutable.h255 bool hasJITCodeFor(CodeSpecializationKind kind) const function in class:JSC::ExecutableBase
427 if (hasJITCodeFor(kind))
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp754 if (UNLIKELY(!executable->hasJITCodeFor(kind))) {

Completed in 73 milliseconds