Searched refs:callReturnLocation (Results 1 – 8 of 8) sorted by relevance
569 …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()
468 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 …]
483 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 …]
237 …m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID … in compileOpCallSlowCase()
321 …m_callStructureStubCompilationInfo[callLinkInfoIndex].callReturnLocation = emitNakedCall(opcodeID … in compileOpCallSlowCase()
143 MacroAssembler::Call callReturnLocation; member150 MacroAssembler::Call callReturnLocation; member
103 CodeLocationNearCall callReturnLocation; member146 CodeLocationCall callReturnLocation; member183 return structureStubInfo->callReturnLocation.executableAddress(); in getStructureStubInfoReturnLocation()188 return callLinkInfo->callReturnLocation.executableAddress(); in getCallLinkInfoReturnLocation()193 return methodCallLinkInfo->callReturnLocation.executableAddress(); in getMethodCallLinkInfoReturnLocation()
165 CodeLocationCall callReturnLocation; member