OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 39 milliseconds