Home
last modified time | relevance | path

Searched refs:callReturnLocation (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJIT.cpp534 …info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLoca… in privateCompile()
542 …info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].cal… in privateCompile()
552 …info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAc… in privateCompile()
606 repatchBuffer.relink(callLinkInfo->callReturnLocation, globalData->jitStubs.ctiVirtualCall()); in linkCall()
DJITPropertyAccess.cpp453 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in compileGetByIdSlowCase()
506 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in emitSlow_op_put_by_id()
700 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompilePatchGetArrayLength()
747 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompileGetByIdProto()
781 … lastProtoBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall); in privateCompileGetByIdSelfList()
935 …patchBuffer.link(bucketsOfFail, stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlow… in privateCompileGetByIdChain()
1247 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call;
1302 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].callReturnLocation = call;
1501 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl…
1547 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl…
[all …]
DJITCall.cpp408 …m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(m_globalD… in compileOpCallSlowCase()
691 …m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(m_globalD…
DJIT.h148 MacroAssembler::Call callReturnLocation; member
155 MacroAssembler::Call callReturnLocation; member
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h110 CodeLocationNearCall callReturnLocation; member
147 CodeLocationCall callReturnLocation; member
196 return structureStubInfo->callReturnLocation.executableAddress(); in getStructureStubInfoReturnLocation()
201 return callLinkInfo->callReturnLocation.executableAddress(); in getCallLinkInfoReturnLocation()
206 return methodCallLinkInfo->callReturnLocation.executableAddress(); in getMethodCallLinkInfoReturnLocation()
DStructureStubInfo.h177 CodeLocationCall callReturnLocation; member