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

  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 109 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned)
166 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex)
JITCall32_64.cpp 168 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)
247 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex)

Completed in 78 milliseconds