Home
last modified time | relevance | path

Searched refs:pgoType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype_info_accessors.cpp51 ParamType TypeInfoAccessor::PGOBuiltinTypeToParamType(ProfileType pgoType) in PGOBuiltinTypeToParamType() argument
53 if (pgoType.IsBuiltinsType()) { in PGOBuiltinTypeToParamType()
54 return ParamType(pgoType.GetBuiltinsType()); in PGOBuiltinTypeToParamType()
520 auto pgoType = pgoTypes->GetObjectInfo(0); in GetAccessorPlr() local
521 ProfileTyper holderType = std::make_pair(pgoType.GetHoldRootType(), pgoType.GetHoldType()); in GetAccessorPlr()
554 auto pgoType = pgoTypes->GetObjectInfo(0); in GetAccessorPlrInJIT() local
555 JSHClass* receiverType = pgoType.GetReceiverHclass(); in GetAccessorPlrInJIT()
556 JSHClass* holderType = pgoType.GetHolderHclass(); in GetAccessorPlrInJIT()
576 auto pgoType in GetCallMethodId() local
[all...]
H A Dts_inline_lowering.cpp54 auto pgoType = acc_.TryGetPGOType(gate); in GetInlinedMethodId() local
55 if (pgoType.IsValidCallMethodId()) { in GetInlinedMethodId()
56 methodOffset = pgoType.GetCallMethodId(); in GetInlinedMethodId()
350 auto pgoType = pgoTypes->GetObjectInfo(0); in BuildAccessor() local
352 int holderHCIndex = ptManager->GetHolderHIndexByPGOObjectInfoType(pgoType, compilationEnv_->IsAotCompiler()); in BuildAccessor()
546 auto pgoType = pgoTypes->GetObjectInfo(0); in InlineAccessorCheck() local
548 int receiverHCIndex = ptManager->GetReceiverHIndexByPGOObjectInfoType(pgoType, compilationEnv_->IsAotCompiler()); in InlineAccessorCheck()
H A Dtype_info_accessors.h76 static ParamType PGOBuiltinTypeToParamType(ProfileType pgoType);
780 auto pgoType = pgoTypes->GetObjectInfo(0); in IsEnableAccessorInline() local
781 if (pgoType.GetAccessorMethod().GetProfileType().IsValidCallMethodId()) { in IsEnableAccessorInline()
H A Dframe_states.cpp258 auto pgoType = pgoTypeRecorder_->GetPGOType(acc_.TryGetPcOffset(gate)); in FillBcInputs() local
259 acc_.TrySetPGOType(gate, pgoType); in FillBcInputs()

Completed in 9 milliseconds