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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.cpp209 linkBuffer.link(m_jsCalls[i].m_slowCall, FunctionPtr((m_vm->getCTIStub(info.callType == CallLinkInfo::Construct ? linkConstructThunkGenerator : linkCallThunkGenerator)).code().executableAddress()));
210 info.callReturnLocation = linkBuffer.locationOfNearCall(m_jsCalls[i].m_slowCall);
H A DDFGJITCompiler.h451 , m_slowCall(slowCall)
460 Call m_slowCall; member in struct:JSC::DFG::JITCompiler::JSCallRecord

Completed in 189 milliseconds