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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 569 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation);
576 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation);
586 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;
611 repatchBuffer.relink(callLinkInfo->callReturnLocation, globalData->jitStubs->ctiVirtualCall());
628 repatchBuffer.relink(callLinkInfo->callReturnLocation, globalData->jitStubs->ctiVirtualConstruct());
JITPropertyAccess.cpp 468 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
524 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].callReturnLocation = call;
702 CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
    [all...]
JITPropertyAccess32_64.cpp 483 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
537 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
    [all...]
JITCall.cpp 237 m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID == op_construct ? m_globalData->jitStubs->ctiVirtualConstructLink() : m_globalData->jitStubs->ctiVirtualCallLink());
JITCall32_64.cpp 321 m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID == op_construct ? m_globalData->jitStubs->ctiVirtualConstructLink() : m_globalData->jitStubs->ctiVirtualCallLink());
JIT.h 143 MacroAssembler::Call callReturnLocation;
150 MacroAssembler::Call callReturnLocation;
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.h 165 CodeLocationCall callReturnLocation;
CodeBlock.h 103 CodeLocationNearCall callReturnLocation;
146 CodeLocationCall callReturnLocation;
183 return structureStubInfo->callReturnLocation.executableAddress();
188 return callLinkInfo->callReturnLocation.executableAddress();
193 return methodCallLinkInfo->callReturnLocation.executableAddress();

Completed in 198 milliseconds