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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 578 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther);
607 repatchBuffer.relink(callLinkInfo->hotPathOther, code);
624 repatchBuffer.relink(callLinkInfo->hotPathOther, code);
JITCall.cpp 213 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathOther = emitNakedCall();
JITCall32_64.cpp 294 m_callStructureStubCompilationInfo[callLinkInfoIndex].hotPathOther = emitNakedCall();
JIT.h 149 MacroAssembler::Call hotPathOther;
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 105 CodeLocationNearCall hotPathOther;

Completed in 68 milliseconds