| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_hclass_generator.cpp | 47 auto rootType = type.GetProfileType(); in GenerateHClass() local 79 auto rootType = type.GetProfileType(); in GenerateIHClass() local 118 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum) const in CreateRootPHClass() 127 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum) const in CreateRootCHClass() 137 ProfileType rootType, const HClassLayoutDesc *layoutDesc, uint32_t maxNum) const in CreateRootHClass() 149 void PGOHClassGenerator::CreateChildHClass(ProfileType rootType, const PGOHClassTreeDesc *desc, in CreateChildHClass()
|
| D | pgo_type_parser.cpp | 50 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local 77 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local 102 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local 118 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local 128 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local 135 auto rootType = defType.GetProfileType(); in RecordTypeInfo() local 162 auto rootType = ptManager_->GetRootIdByLocation(loc); in GenerateHClass() local 197 auto rootType = desc->GetProfileType(); in CreatePGOType() local
|
| D | pgo_type_manager.cpp | 59 ProfileType rootType = x.first; in GenHClassInfo() local 93 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass) in RecordHClass() 145 JSTaggedValue PGOTypeManager::QueryHClass(ProfileType rootType, ProfileType childType) const in QueryHClass()
|
| D | pgo_type_manager.h | 93 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_stack.cpp | 73 void GCAdaptiveStack::PushToStack(RootType rootType, ObjectHeader *object) in PushToStack()
|
| /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/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_type_generator.h | 29 ProfileType GenerateProfileType(ProfileType rootType, JSTaggedType hclass) in GenerateProfileType()
|
| /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 | 328 void ReferenceStorage::VisitObjects(const GCRootVisitor &gcRootVisitor, mem::RootType rootType) in VisitObjects()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.cpp | 76 bool PGOHClassTreeDesc::DumpForRoot(JSTaggedType root, ProfileType rootType) in DumpForRoot() 96 auto rootType = GetProfileType(); in DumpForChild() local
|
| D | pgo_profiler_info.cpp | 619 bool PGORecordDetailInfos::AddRootLayout(JSTaggedType hclass, ProfileType rootType) in AddRootLayout() 634 bool PGORecordDetailInfos::UpdateLayout(ProfileType rootType, JSTaggedType hclass, ProfileType curT… in UpdateLayout() 651 …ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType… in UpdateTransitionLayout() 666 void PGORecordDetailInfos::AddRootPtType(ProfileType rootType, ProfileType ptType) in AddRootPtType() 678 bool PGORecordDetailInfos::IsDumped(ProfileType rootType, ProfileType curType) const in IsDumped()
|
| D | pgo_profiler.cpp | 1232 auto rootType = GetProfileType(rootHClassVal, rootHClassVal); in UpdateLayout() local 1256 auto rootType = GetProfileType(rootHClassVal, rootHClassVal); in UpdateTranstionLayout() local 1441 auto rootType = generator->GetProfileType(root); in GetOrInsertProfileType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 38 JSHandle<JSTaggedValue> BaseSnapshotInfo::TryGetHClass(ProfileType rootType, ProfileType childType)… in TryGetHClass()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 569 auto rootType = IS_DYNAMIC ? VRegInfo::Type::ANY : VRegInfo::Type::OBJECT; in EnumerateRoots() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | eh_func.cpp | 472 MIRClassType *rootType = catchType->GetExceptionRootType(); in BuildEHTypeTable() local
|