Searched refs:slowCall (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.h364 void addJSCall(Call fastCall, Call slowCall, DataLabelPtr targetToCheck, CallLinkInfo::CallType callType, GPRReg callee, CodeOrigin codeOrigin) argument
366 m_jsCalls.append(JSCallRecord(fastCall, slowCall, targetToCheck, callType, callee, codeOrigin));
449 JSCallRecord(Call fastCall, Call slowCall, DataLabelPtr targetToCheck, CallLinkInfo::CallType callType, GPRReg callee, CodeOrigin codeOrigin) argument
451 , m_slowCall(slowCall)
H A DDFGSpeculativeJIT32_64.cpp844 JITCompiler::Call slowCall = m_jit.nearCall(); local
845 m_jit.notifyCall(slowCall, codeOrigin, token);
853 m_jit.addJSCall(fastCall, slowCall, targetToCheck, callType, calleePayloadGPR, node->codeOrigin);
H A DDFGSpeculativeJIT64.cpp802 JITCompiler::Call slowCall = m_jit.nearCall(); local
803 m_jit.notifyCall(slowCall, codeOrigin, token);
811 m_jit.addJSCall(fastCall, slowCall, targetToCheck, callType, calleeGPR, m_currentNode->codeOrigin);

Completed in 146 milliseconds