Searched refs:appendCall (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.h1045 return appendCall(operation);
1109 JITCompiler::Call call = m_jit.appendCall(operation);
1319 JITCompiler::Call call = m_jit.appendCall(operation);
1621 JITCompiler::Call call = m_jit.appendCall(function);
1634 JITCompiler::Call call = m_jit.appendCall(function);
1638 JITCompiler::Call appendCall(const FunctionPtr& function) function in class:JSC::DFG::SpeculativeJIT
1641 return m_jit.appendCall(function);
1659 JITCompiler::Call call = m_jit.appendCall(function);
1674 JITCompiler::Call call = m_jit.appendCall(function);
1687 JITCompiler::Call call = m_jit.appendCall(functio
[all...]
H A DDFGJITCompiler.h314 Call appendCall(const FunctionPtr& function) function in class:JSC::DFG::JITCompiler

Completed in 195 milliseconds