Searched refs:UpdateLayout (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 1286 UpdateLayout(ihc0Obj); in TryDumpProtoTransitionType() 1287 UpdateLayout(ihc1); in TryDumpProtoTransitionType() 1288 UpdateLayout(baseIhcObj); in TryDumpProtoTransitionType() 1533 void PGOProfiler::UpdateLayout(JSHClass *hclass) in UpdateLayout() function in panda::ecmascript::pgo::PGOProfiler 1551 UpdateLayout(JSHClass::Cast(prototypeHClass.GetTaggedObject())); in UpdateLayout() 1556 recordInfos_->UpdateLayout(rootType, JSTaggedType(hclass), curType); in UpdateLayout() 1590 UpdateLayout(prototypeRootHClass); in UpdateTransitionLayout() 1631 UpdateLayout(receiver); in AddTransitionObjectInfo() 1635 UpdateLayout(hold); in AddTransitionObjectInfo()
|
H A D | pgo_profiler_layout.cpp | 141 bool PGOHClassTreeDesc::UpdateLayout(JSTaggedType curHClass, ProfileType curType) in UpdateLayout() function in panda::ecmascript::pgo::PGOHClassTreeDesc
|
H A D | pgo_profiler_info.h | 481 bool UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curType); 487 void UpdateLayout();
|
H A D | pgo_profiler.h | 200 void UpdateLayout(JSHClass *hclass);
|
H A D | pgo_profiler_info.cpp | 649 bool PGORecordDetailInfos::UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curType) in UpdateLayout() function in panda::ecmascript::pgo::PGORecordDetailInfos 654 return const_cast<PGOHClassTreeDesc &>(*iter).UpdateLayout(hclass, curType); in UpdateLayout() 656 if (!descInfo.UpdateLayout(hclass, curType)) { in UpdateLayout()
|
H A D | pgo_profiler_layout.h | 308 bool UpdateLayout(JSTaggedType curHClass, ProfileType curType);
|
Completed in 12 milliseconds