Home
last modified time | relevance | path

Searched refs:ModuleSectionDes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp25 void Module::CollectStackMapDes(ModuleSectionDes& des) const in CollectStackMapDes()
73 ModuleSectionDes des; in CollectCodeInfo()
87 ModuleSectionDes des; in CollectCodeInfo()
Dfile_generators.h123 void CollectModuleSectionDes(ModuleSectionDes &moduleDes, bool stub = false) const
141 void CollectStackMapDes(ModuleSectionDes &moduleDes) const;
223 void CollectStackMapDes(ModuleSectionDes& des);
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.h63 struct ModuleSectionDes { struct
155 ModuleSectionDes() = default; argument
275 const std::vector<ModuleSectionDes>& GetCodeUnits() const in GetCodeUnits()
316 const std::vector<ModuleSectionDes> &GetModuleSectionDes() const in GetModuleSectionDes()
346 std::vector<ModuleSectionDes> des_ {};
355 void AddModuleDes(ModuleSectionDes &moduleDes) in AddModuleDes()
408 void AddModuleDes(ModuleSectionDes &moduleDes) in AddModuleDes()
Daot_file_manager.cpp50 void ModuleSectionDes::SaveSectionsInfo(std::ofstream &file) in SaveSectionsInfo()
86 void ModuleSectionDes::LoadStackMapSection(BinaryBufferParser &parser, uintptr_t secBegin, uint32_t… in LoadStackMapSection()
102 void ModuleSectionDes::LoadSectionsInfo(BinaryBufferParser &parser, in LoadSectionsInfo()
123 void ModuleSectionDes::LoadStackMapSection(std::ifstream &file, uintptr_t secBegin, uint32_t &curUn… in LoadStackMapSection()
139 void ModuleSectionDes::LoadSectionsInfo(std::ifstream &file, in LoadSectionsInfo()
988 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub()
1002 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT()