Home
last modified time | relevance | path

Searched defs:childType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_hclass_generator.cpp107 parent->IterateChilds([this, desc, lastNum, &maxNum] (const ProfileType &childType) -> bool { in CaculateMaxNumOfObj()
152 …parentLayoutDesc->IterateChilds([this, rootType, desc, parent] (const ProfileType &childType) -> b… in CreateChildHClass()
Dpgo_type_manager.cpp61 ProfileType childType = y.first; in GenHClassInfo() local
93 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass) in RecordHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp93 bool PGOHClassTreeDesc::DumpForChild(JSTaggedType child, ProfileType childType) in DumpForChild()
131 JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateForTransition()
Dpgo_profiler_info.cpp651 …e rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateTransitionLayout()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp1181 … lastDesc->IterateChilds([treeDesc, layout, i, &lastDesc] (const ProfileType &childType) -> bool { in UpdateRootLayoutDesc()