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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.cpp 127 m_jitCodeForCall = JIT::compile(scopeChainNode->globalData, m_evalCodeBlock.get());
185 m_jitCodeForCall = JIT::compile(scopeChainNode->globalData, m_programCodeBlock.get());
265 bool dfgCompiled = tryDFGCompile(&exec->globalData(), m_codeBlockForCall.get(), m_jitCodeForCall, m_jitCodeForCallWithArityCheck);
267 m_jitCodeForCall = JIT::compile(scopeChainNode->globalData, m_codeBlockForCall.get(), &m_jitCodeForCallWithArityCheck);
340 m_jitCodeForCall = JITCode();
Executable.h 80 ASSERT(m_jitCodeForCall);
81 return m_jitCodeForCall;
91 JITCode m_jitCodeForCall;
128 m_jitCodeForCall = callThunk;
399 ASSERT(m_jitCodeForCall);

Completed in 25 milliseconds