Searched refs:UpdateLayout (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 116 bool PGOHClassTreeDesc::UpdateLayout(JSTaggedType curHClass, ProfileType curType) in UpdateLayout() function in panda::ecmascript::pgo::PGOHClassTreeDesc
|
| D | pgo_profiler_info.h | 472 bool UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curType); 478 void UpdateLayout();
|
| D | pgo_profiler.cpp | 1224 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()
|
| D | pgo_profiler_info.cpp | 634 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()
|
| D | pgo_profiler.h | 143 void UpdateLayout(JSHClass *hclass);
|
| D | pgo_profiler_layout.h | 323 bool UpdateLayout(JSTaggedType curHClass, ProfileType curType);
|