HomeSort by relevance Sort by last modified time
    Searched refs:m_callStructureStubCompilationInfo (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 196 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
213 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathOther = emitNakedCall();
237 m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID == op_construct ? m_globalData->jitStubs->ctiVirtualConstructLink() : m_globalData->jitStubs->ctiVirtualCallLink());
JITCall32_64.cpp 275 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathBegin = addressOfLinkedFunctionCheck;
294 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathOther = emitNakedCall();
321 m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID == op_construct ? m_globalData->jitStubs->ctiVirtualConstructLink() : m_globalData->jitStubs->ctiVirtualCallLink());
JIT.cpp 77 , m_callStructureStubCompilationInfo(codeBlock ? codeBlock->numberOfCallLinkInfos() : 0)
576 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation);
577 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
578 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther);
JIT.h     [all...]

Completed in 27 milliseconds