Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1286 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 Dpgo_profiler_layout.cpp141 bool PGOHClassTreeDesc::UpdateLayout(JSTaggedType curHClass, ProfileType curType) in UpdateLayout() function in panda::ecmascript::pgo::PGOHClassTreeDesc
H A Dpgo_profiler_info.h481 bool UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curType);
487 void UpdateLayout();
H A Dpgo_profiler.h200 void UpdateLayout(JSHClass *hclass);
H A Dpgo_profiler_info.cpp649 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 Dpgo_profiler_layout.h308 bool UpdateLayout(JSTaggedType curHClass, ProfileType curType);

Completed in 12 milliseconds