Searched defs:childType (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_layout.cpp | 124 bool PGOHClassTreeDesc::DumpForChild(JSTaggedType child, ProfileType childType) in DumpForChild() argument 155 UpdateForTransition( JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) UpdateForTransition() argument
|
H A D | pgo_profiler_info.cpp | 665 UpdateTransitionLayout( ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) UpdateTransitionLayout() argument
|
H A D | pgo_profiler.cpp | 1600 auto childType = GetOrInsertProfileType(child, rootType); in UpdateTransitionLayout() local 1863 ProfileType childType = GetProfileType(child); in GetOrInsertProfileType() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_constantpool_data.cpp | 36 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_manager.cpp | 101 ProfileType childType = child.first; in GenSymbolInfo() local 143 ProfileType childType = child.first; in GenHClassInfo() local 223 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass, bool update) in RecordHClass() argument 301 JSTaggedValue PGOTypeManager::QueryHClass(ProfileType rootType, ProfileType childType) in QueryHClass() argument [all...] |
Completed in 11 milliseconds