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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITCall32_64.cpp168 compileOpCall(op_call, currentInstruction, m_callLinkInfoIndex++);
173 compileOpCall(op_call_eval, currentInstruction, m_callLinkInfoIndex++);
183 compileOpCall(op_construct, currentInstruction, m_callLinkInfoIndex++);
190 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned) function in class:JSC::JIT
247 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex) function in class:JSC::JIT
H A DJITCall.cpp109 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned) function in class:JSC::JIT
166 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex) function in class:JSC::JIT
H A DJITOpcodes.cpp434 compileOpCall(op_call, currentInstruction, m_callLinkInfoIndex++);
439 compileOpCall(op_call_eval, currentInstruction, m_callLinkInfoIndex++);
449 compileOpCall(op_construct, currentInstruction, m_callLinkInfoIndex++);
H A DJIT.h284 void compileOpCall(OpcodeID, Instruction* instruction, unsigned callLinkInfoIndex);

Completed in 89 milliseconds