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

  /external/webkit/Source/JavaScriptCore/jit/
JITCall32_64.cpp 148 compileOpCallSlowCase(currentInstruction, iter, m_callLinkInfoIndex++, op_call);
153 compileOpCallSlowCase(currentInstruction, iter, m_callLinkInfoIndex++, op_call_eval);
163 compileOpCallSlowCase(currentInstruction, iter, m_callLinkInfoIndex++, op_construct);
168 compileOpCall(op_call, currentInstruction, m_callLinkInfoIndex++);
173 compileOpCall(op_call_eval, currentInstruction, m_callLinkInfoIndex++);
183 compileOpCall(op_construct, currentInstruction, m_callLinkInfoIndex++);
JIT.cpp 175 m_callLinkInfoIndex = 0;
347 ASSERT(m_callLinkInfoIndex == m_codeBlock->numberOfCallLinkInfos());
370 m_callLinkInfoIndex = 0;
452 ASSERT(m_callLinkInfoIndex == m_codeBlock->numberOfCallLinkInfos());
JITOpcodes.cpp 434 compileOpCall(op_call, currentInstruction, m_callLinkInfoIndex++);
439 compileOpCall(op_call_eval, currentInstruction, m_callLinkInfoIndex++);
449 compileOpCall(op_construct, currentInstruction, m_callLinkInfoIndex++);
    [all...]
JIT.h     [all...]

Completed in 728 milliseconds