Home
last modified time | relevance | path

Searched refs:IsValidCallMethodId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h485 return IsFunctionTypeKind() || IsValidCallMethodId(); in IsEnableNormalInline()
509 bool IsValidCallMethodId() const in IsValidCallMethodId() function
511 return GetPGOType().IsValidCallMethodId(); in IsValidCallMethodId()
516 if (GetPGOType().IsValidCallMethodId()) { in GetFuncMethodOffsetFromPGO()
571 if (IsNormalCall() && IsValidCallMethodId()) { in GetType()
Dtype_info_accessors.cpp382 if (IsNormalCall() && IsValidCallMethodId()) { in GetCallMethodId()
Dts_inline_lowering.cpp66 if (pgoType.IsValidCallMethodId()) { in GetInlinedMethodId()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h819 bool IsValidCallMethodId() const in IsValidCallMethodId() function
830 return sampleType->GetProfileType().IsValidCallMethodId(); in IsValidCallMethodId()
Dpgo_profile_type.h313 bool IsValidCallMethodId() const in IsValidCallMethodId() function