Searched defs:childType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_hclass_generator.cpp | 107 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()
|
| D | pgo_type_manager.cpp | 61 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/ |
| D | pgo_profiler_layout.cpp | 93 bool PGOHClassTreeDesc::DumpForChild(JSTaggedType child, ProfileType childType) in DumpForChild() 131 JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateForTransition()
|
| D | pgo_profiler_info.cpp | 651 …e rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateTransitionLayout()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.cpp | 1181 … lastDesc->IterateChilds([treeDesc, layout, i, &lastDesc] (const ProfileType &childType) -> bool { in UpdateRootLayoutDesc()
|