Home
last modified time | relevance | path

Searched refs:GetHClassLayoutDesc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_hclass_generator.cpp26 if (desc->GetHClassLayoutDesc(type.GetProfileType()) == nullptr) { in FindHClassLayoutDesc()
41 auto rootHClassDesc = desc->GetHClassLayoutDesc(rootType); in GenerateHClass()
74 auto rootHClassDesc = desc->GetHClassLayoutDesc(rootType); in GenerateIHClass()
106 auto rootHClassDesc = desc->GetHClassLayoutDesc(transPhc); in CaculateMaxNumOfObjIncludeProtoTransition()
124 auto layoutDesc = desc->GetHClassLayoutDesc(childType); in CaculateMaxNumOfObj()
183 auto layoutDesc = desc->GetHClassLayoutDesc(childType); in CreateChildHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.h302 HClassLayoutDesc *GetHClassLayoutDesc(ProfileType type) const;
546 auto rootLayout = desc.GetHClassLayoutDesc(desc.GetProfileType()); in CaculateSize()
564 auto layoutDesc = desc.GetHClassLayoutDesc(desc.GetProfileType()); in GetTypeString()
588 auto layoutDesc = desc.GetHClassLayoutDesc(desc.GetProfileType()); in Merge()
H A Dpgo_profiler_layout.cpp64 auto curLayoutDesc = GetHClassLayoutDesc(fromDesc->GetProfileType()); in Merge()
80 HClassLayoutDesc *PGOHClassTreeDesc::GetHClassLayoutDesc(ProfileType type) const in GetHClassLayoutDesc() function in panda::ecmascript::pgo::PGOHClassTreeDesc

Completed in 3 milliseconds