Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp103 ProfileType childType = child.first; in GenSymbolInfo() local
131 bool PGOTypeManager::IsNapiIhc(ProfileType rootType, ProfileType childType) in IsNapiIhc()
165 ProfileType childType = child.first; in GenHClassInfo() local
250 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass,… in RecordHClass()
328 JSTaggedValue PGOTypeManager::QueryHClass(ProfileType rootType, ProfileType childType) in QueryHClass()
Dpgo_hclass_generator.cpp144 parent->IterateChilds([this, desc, lastNum, &maxNum] (const ProfileType &childType) -> bool { in CalculateMaxNumOfObj()
217 …parentLayoutDesc->IterateChilds([this, rootType, desc, parent] (const ProfileType &childType) -> b… in CreateChildHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp125 … PGOHClassTreeDesc::DumpForChild(const JSThread *thread, JSTaggedType child, ProfileType childType) in DumpForChild()
157 JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateForTransition()
Dpgo_profiler.cpp1570 auto childType = GetOrInsertProfileType(child, rootType); in UpdateTransitionLayout() local
1863 ProfileType childType = GetProfileType(child); in GetOrInsertProfileType() local
Dpgo_profiler_info.cpp731 …e rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateTransitionLayout()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp36 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclass_hierarchy.cpp261 …TypeHierarchies childType(GetHierarchyDeclarationFileName(child), GetHierarchyDeclarationName(chil… in GetSubTypeHierarchies() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp90 const auto *childType = child->TsType()->AsETSFunctionType(); in CheckFunctionDecl() local