Searched refs:hotPathOther (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkInfo.h78 CodeLocationNearCall hotPathOther; member in struct:JSC::CallLinkInfo
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall.cpp209 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathOther = emitNakedCall();
250 patchBuffer.link(done, callLinkInfo->hotPathOther.labelAtOffset(0));
258 callLinkInfo->hotPathOther.labelAtOffset(0).executableAddress(),
H A DJITCall32_64.cpp289 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathOther = emitNakedCall();
331 patchBuffer.link(done, callLinkInfo->hotPathOther.labelAtOffset(0));
339 callLinkInfo->hotPathOther.labelAtOffset(0).executableAddress(),
H A DJIT.cpp763 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther);
812 repatchBuffer.relink(callLinkInfo->hotPathOther, code);
H A DJIT.h279 MacroAssembler::Call hotPathOther; member in struct:JSC::StructureStubCompilationInfo
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.cpp212 info.hotPathOther = linkBuffer.locationOfNearCall(m_jsCalls[i].m_fastCall);
H A DDFGRepatch.cpp1140 repatchBuffer.relink(callLinkInfo.hotPathOther, codePtr);

Completed in 128 milliseconds