Home
last modified time | relevance | path

Searched refs:UpdateLayout (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp116 bool PGOHClassTreeDesc::UpdateLayout(JSTaggedType curHClass, ProfileType curType) in UpdateLayout() function in panda::ecmascript::pgo::PGOHClassTreeDesc
Dpgo_profiler_info.h472 bool UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curType);
478 void UpdateLayout();
Dpgo_profiler.cpp1224 void PGOProfiler::UpdateLayout(JSHClass *hclass) in UpdateLayout() function in panda::ecmascript::pgo::PGOProfiler
1243 UpdateLayout(JSHClass::Cast(prototypeHClass.GetTaggedObject())); in UpdateLayout()
1248 recordInfos_->UpdateLayout(rootType, JSTaggedType(hclass), curType); in UpdateLayout()
1287 UpdateLayout(JSHClass::Cast(prototypeHClass.GetTaggedObject())); in UpdateTranstionLayout()
1326 UpdateLayout(receiver); in AddTranstionObjectInfo()
1330 UpdateLayout(hold); in AddTranstionObjectInfo()
Dpgo_profiler_info.cpp634 bool PGORecordDetailInfos::UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curT… in UpdateLayout() function in panda::ecmascript::pgo::PGORecordDetailInfos
639 return const_cast<PGOHClassTreeDesc &>(*iter).UpdateLayout(hclass, curType); in UpdateLayout()
641 if (!descInfo.UpdateLayout(hclass, curType)) { in UpdateLayout()
Dpgo_profiler.h143 void UpdateLayout(JSHClass *hclass);
Dpgo_profiler_layout.h323 bool UpdateLayout(JSTaggedType curHClass, ProfileType curType);