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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall32_64.cpp121 compileOpCall(op_call, currentInstruction, m_callLinkInfoIndex++);
126 compileOpCall(op_call_eval, currentInstruction, m_callLinkInfoIndex);
131 compileOpCall(op_call_varargs, currentInstruction, m_callLinkInfoIndex++);
136 compileOpCall(op_construct, currentInstruction, m_callLinkInfoIndex++);
223 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex) function in class:JSC::JIT
H A DJITCall.cpp147 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex) function in class:JSC::JIT
H A DJITOpcodes.cpp246 compileOpCall(op_call, currentInstruction, m_callLinkInfoIndex++);
251 compileOpCall(op_call_eval, currentInstruction, m_callLinkInfoIndex);
256 compileOpCall(op_call_varargs, currentInstruction, m_callLinkInfoIndex++);
261 compileOpCall(op_construct, currentInstruction, m_callLinkInfoIndex++);
H A DJIT.h436 void compileOpCall(OpcodeID, Instruction*, unsigned callLinkInfoIndex);

Completed in 135 milliseconds