| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_parser.cpp | 45 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 133 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local 160 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local 190 bool PGOTypeParser::SkipGenerateHClass(PGOTypeRecorder typeRecorder, ProfileType rootType, in SkipGenerateHClass() 216 auto rootType = desc->GetProfileType(); in CreatePGOType() local 247 void PGOTypeParser::GenerateHClassForNapiType(ProfileType rootType, const PGOHClassGenerator &gener… in GenerateHClassForNapiType() [all …]
|
| D | pgo_hclass_generator.cpp | 55 auto rootType = type.GetProfileType(); in GenerateHClass() local 94 auto rootType = type.GetProfileType(); in GenerateIHClass() local 119 auto rootType = type.GetProfileType(); in CalculateMaxNumOfObjIncludeProtoTransition() local 166 …ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum, bool isTransitionPhc) c… in CreateRootPHClass() 178 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum) const in CreateRootCHClass() 188 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum) const in CreateRootHClass() 201 ProfileType rootType, const HClassLayoutDesc *layoutDesc, in CreateRootHClassWithCached() 214 void PGOHClassGenerator::CreateChildHClass(ProfileType rootType, const PGOHClassTreeDesc *desc, in CreateChildHClass()
|
| D | pgo_type_manager.cpp | 98 ProfileType rootType = root.first; in GenSymbolInfo() local 131 bool PGOTypeManager::IsNapiIhc(ProfileType rootType, ProfileType childType) in IsNapiIhc() 163 ProfileType rootType = root.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_type_manager.h | 88 inline void RecordLocationToRootType(const PGOTypeLocation &loc, ProfileType rootType) in RecordLocationToRootType()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_root_type.cpp | 20 std::ostream &operator<<(std::ostream &os, RootType rootType) in operator <<()
|
| D | gc_adaptive_marking_stack.cpp | 37 void GCAdaptiveMarkingStack::PushToStack(RootType rootType, ObjectHeader *object) in PushToStack()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_type_generator.h | 29 …c ProfileType GenerateProfileType(const JSThread *thread, JSTaggedType child, ProfileType rootType) in GenerateProfileType()
|
| D | pgo_profiler_type.h | 1064 void SetBaseType(PGOProfileType rootType, PGOProfileType type) in SetBaseType()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.h | 85 inline void ValidateObject([[maybe_unused]] RootType rootType, [[maybe_unused]] const ObjectHeader … in ValidateObject()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | global_object_storage.cpp | 120 void GlobalObjectStorage::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
|
| D | ref_block.cpp | 54 void RefBlock::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
|
| D | global_object_storage.h | 297 void VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
|
| D | reference_storage.cpp | 329 void ReferenceStorage::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 698 …RecordDetailInfos::AddRootLayout(const JSThread *thread, JSTaggedType hclass, ProfileType rootType) in AddRootLayout() 714 ProfileType rootType, JSTaggedType hclass, ProfileType curType) in UpdateLayout() 731 …ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType… in UpdateTransitionLayout() 747 void PGORecordDetailInfos::AddRootPtType(ProfileType rootType, ProfileType ptType) in AddRootPtType() 759 bool PGORecordDetailInfos::IsDumped(ProfileType rootType, ProfileType curType) const in IsDumped()
|
| D | pgo_profiler_layout.cpp | 107 bool PGOHClassTreeDesc::DumpForRoot(const JSThread *thread, JSTaggedType root, ProfileType rootType) in DumpForRoot()
|
| D | pgo_profiler.cpp | 1509 ProfileType rootType = GetProfileType(rootHClass, true); in UpdateLayout() local 1533 auto rootType = GetProfileType(rootHClass, true); in UpdateTransitionLayout() local 1861 ProfileType PGOProfiler::GetOrInsertProfileType(JSHClass *child, ProfileType rootType) in GetOrInsertProfileType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 36 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetIHClass(ProfileType rootType, ProfileType childType, in TryGetIHClass() 50 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetHClass(ProfileType rootType, ProfileType childType)… in TryGetHClass()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 583 auto rootType = IS_DYNAMIC ? VRegInfo::Type::ANY : VRegInfo::Type::OBJECT; in EnumerateRoots() local
|