Searched refs:compileOpCallSlowCase (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall32_64.cpp101 compileOpCallSlowCase(op_call, currentInstruction, iter, m_callLinkInfoIndex++);
106 compileOpCallSlowCase(op_call_eval, currentInstruction, iter, m_callLinkInfoIndex);
111 compileOpCallSlowCase(op_call_varargs, currentInstruction, iter, m_callLinkInfoIndex++);
116 compileOpCallSlowCase(op_construct, currentInstruction, iter, m_callLinkInfoIndex++);
294 void JIT::compileOpCallSlowCase(OpcodeID opcodeID, Instruction*, Vector<SlowCaseEntry>::iterator& iter, unsigned callLinkInfoIndex) function in class:JSC::JIT
H A DJITCall.cpp214 void JIT::compileOpCallSlowCase(OpcodeID opcodeID, Instruction*, Vector<SlowCaseEntry>::iterator& iter, unsigned callLinkInfoIndex) function in class:JSC::JIT
H A DJITOpcodes.cpp1110 compileOpCallSlowCase(op_call, currentInstruction, iter, m_callLinkInfoIndex++);
1115 compileOpCallSlowCase(op_call_eval, currentInstruction, iter, m_callLinkInfoIndex);
1120 compileOpCallSlowCase(op_call_varargs, currentInstruction, iter, m_callLinkInfoIndex++);
1125 compileOpCallSlowCase(op_construct, currentInstruction, iter, m_callLinkInfoIndex++);
H A DJIT.h437 void compileOpCallSlowCase(OpcodeID, Instruction*, Vector<SlowCaseEntry>::iterator&, unsigned callLinkInfoIndex);

Completed in 119 milliseconds