HomeSort by relevance Sort by last modified time
    Searched defs:jitCode (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
Executable.h 66 JITCode& generatedJITCode()
78 JITCode m_jitCode;
88 m_jitCode = JITCode(JITCode::HostFunction(exec->globalData().jitStubs.ctiNativeCallThunk()));
188 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode)
234 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode)
330 JITCode& jitCode(ExecState* exec, ScopeChainNode* scopeChainNode
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 75 milliseconds