Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp102 ProfileType childType = child.first; in GenSymbolInfo() local
144 ProfileType childType = child.first; in GenHClassInfo() local
224 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass,… in RecordHClass()
302 JSTaggedValue PGOTypeManager::QueryHClass(ProfileType rootType, ProfileType childType) in QueryHClass()
Dpgo_hclass_generator.cpp124 parent->IterateChilds([this, desc, lastNum, &maxNum] (const ProfileType &childType) -> bool { in CaculateMaxNumOfObj()
183 …parentLayoutDesc->IterateChilds([this, rootType, desc, parent] (const ProfileType &childType) -> b… in CreateChildHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp124 bool PGOHClassTreeDesc::DumpForChild(JSTaggedType child, ProfileType childType) in DumpForChild()
156 JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateForTransition()
Dpgo_profiler.cpp1591 auto childType = GetOrInsertProfileType(child, rootType); in UpdateTransitionLayout() local
1854 ProfileType childType = GetProfileType(child); in GetOrInsertProfileType() local
Dpgo_profiler_info.cpp662 …e rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateTransitionLayout()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp38 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass()