Home
last modified time | relevance | path

Searched defs:rootType (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_hclass_generator.cpp41 auto rootType = type.GetProfileType(); in GenerateHClass() local
74 auto rootType = type.GetProfileType(); in GenerateIHClass() local
99 auto rootType = type.GetProfileType(); in CaculateMaxNumOfObjIncludeProtoTransition() local
146ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum, bool isTransitionPhc) c… in CreateRootPHClass()
158 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum) const in CreateRootCHClass()
168 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum, bool isCache) const in CreateRootHClass()
180 void PGOHClassGenerator::CreateChildHClass(ProfileType rootType, const PGOHClassTreeDesc *desc, in CreateChildHClass()
Dpgo_type_parser.cpp45 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local
72 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local
97 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local
115 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local
125 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local
132 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local
159 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local
202 auto rootType = desc->GetProfileType(); in CreatePGOType() local
229 void PGOTypeParser::GenerateHClassForClassType(ProfileType rootType, ProfileType protoPt, in GenerateHClassForClassType()
251 void PGOTypeParser::GenerateHClassForPrototype(ProfileType rootType, const PGOHClassGenerator &gene… in GenerateHClassForPrototype()
Dpgo_type_manager.cpp97 ProfileType rootType = root.first; in GenSymbolInfo() local
142 ProfileType rootType = root.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_type_manager.h88 inline void RecordLocationToRootType(const PGOTypeLocation &loc, ProfileType rootType) in RecordLocationToRootType()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root_type.cpp20 std::ostream &operator<<(std::ostream &os, RootType rootType) in operator <<()
Dgc_adaptive_stack.cpp73 void GCAdaptiveStack::PushToStack(RootType rootType, ObjectHeader *object) in PushToStack()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_type_generator.h29 static ProfileType GenerateProfileType(JSTaggedType child, ProfileType rootType) in GenerateProfileType()
Dpgo_profiler_type.h1027 void SetBaseType(PGOProfileType rootType, PGOProfileType type) in SetBaseType()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.h85 inline void ValidateObject([[maybe_unused]] RootType rootType, [[maybe_unused]] const ObjectHeader … in ValidateObject()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp120 void GlobalObjectStorage::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
Dref_block.cpp54 void RefBlock::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
Dglobal_object_storage.h299 void VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
Dreference_storage.cpp328 void ReferenceStorage::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp630 bool PGORecordDetailInfos::AddRootLayout(JSTaggedType hclass, ProfileType rootType) in AddRootLayout()
645 bool PGORecordDetailInfos::UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curT… in UpdateLayout()
662ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType… in UpdateTransitionLayout()
677 void PGORecordDetailInfos::AddRootPtType(ProfileType rootType, ProfileType ptType) in AddRootPtType()
689 bool PGORecordDetailInfos::IsDumped(ProfileType rootType, ProfileType curType) const in IsDumped()
Dpgo_profiler_layout.cpp106 bool PGOHClassTreeDesc::DumpForRoot(JSTaggedType root, ProfileType rootType) in DumpForRoot()
Dpgo_profiler.cpp1531 ProfileType rootType = GetProfileType(rootHClass, true); in UpdateLayout() local
1554 auto rootType = GetProfileType(rootHClass, true); in UpdateTransitionLayout() local
1852 ProfileType PGOProfiler::GetOrInsertProfileType(JSHClass *child, ProfileType rootType) in GetOrInsertProfileType()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp38 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass()
52 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetHClass(ProfileType rootType, ProfileType childType)… in TryGetHClass()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h570 auto rootType = IS_DYNAMIC ? VRegInfo::Type::ANY : VRegInfo::Type::OBJECT; in EnumerateRoots() local