Searched defs:childType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 103 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()
|
| D | pgo_hclass_generator.cpp | 144 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/ |
| D | pgo_profiler_layout.cpp | 125 … PGOHClassTreeDesc::DumpForChild(const JSThread *thread, JSTaggedType child, ProfileType childType) in DumpForChild() 157 JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateForTransition()
|
| D | pgo_profiler.cpp | 1570 auto childType = GetOrInsertProfileType(child, rootType); in UpdateTransitionLayout() local 1863 ProfileType childType = GetProfileType(child); in GetOrInsertProfileType() local
|
| D | pgo_profiler_info.cpp | 731 …e rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateTransitionLayout()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 36 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | class_hierarchy.cpp | 261 …TypeHierarchies childType(GetHierarchyDeclarationFileName(child), GetHierarchyDeclarationName(chil… in GetSubTypeHierarchies() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 90 const auto *childType = child->TsType()->AsETSFunctionType(); in CheckFunctionDecl() local
|