Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp569 …info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLoca… in privateCompile()
576 …info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].cal… in privateCompile()
586 …info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAc… in privateCompile()
611 repatchBuffer.relink(callLinkInfo->callReturnLocation, globalData->jitStubs->ctiVirtualCall()); in linkCall()
628 …repatchBuffer.relink(callLinkInfo->callReturnLocation, globalData->jitStubs->ctiVirtualConstruct()… in linkConstruct()
DJITPropertyAccess.cpp468 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in compileGetByIdSlowCase()
524 m_propertyAccessCompilationInfo[propertyAccessInstructionIndex].callReturnLocation = call; in emitSlow_op_put_by_id()
702 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompilePatchGetArrayLength()
749 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdProto()
757 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdProto()
765 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompileGetByIdProto()
801 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdSelfList()
809 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdSelfList()
827 … lastProtoBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall); in privateCompileGetByIdSelfList()
870 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdProtoList()
[all …]
DJITPropertyAccess32_64.cpp483 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in compileGetByIdSlowCase()
537 m_propertyAccessCompilationInfo[m_propertyAccessInstructionIndex].callReturnLocation = call; in emitSlow_op_put_by_id()
729 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompilePatchGetArrayLength()
775 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdProto()
783 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdProto()
793 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompileGetByIdProto()
832 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdSelfList()
840 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdSelfList()
857 … lastProtoBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall); in privateCompileGetByIdSelfList()
901 stubCall.addArgument(TrustedImmPtr(stubInfo->callReturnLocation.executableAddress())); in privateCompileGetByIdProtoList()
[all …]
DJITCall.cpp237 …m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID … in compileOpCallSlowCase()
DJITCall32_64.cpp321 …m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID … in compileOpCallSlowCase()
DJIT.h143 MacroAssembler::Call callReturnLocation; member
150 MacroAssembler::Call callReturnLocation; member
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h103 CodeLocationNearCall callReturnLocation; member
146 CodeLocationCall callReturnLocation; member
183 return structureStubInfo->callReturnLocation.executableAddress(); in getStructureStubInfoReturnLocation()
188 return callLinkInfo->callReturnLocation.executableAddress(); in getCallLinkInfoReturnLocation()
193 return methodCallLinkInfo->callReturnLocation.executableAddress(); in getMethodCallLinkInfoReturnLocation()
DStructureStubInfo.h165 CodeLocationCall callReturnLocation; member