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.h59 struct ModuleSectionDes { struct
151 ModuleSectionDes() = default; argument
271 const std::vector<ModuleSectionDes>& GetCodeUnits() const in GetCodeUnits()
312 const std::vector<ModuleSectionDes> &GetModuleSectionDes() const in GetModuleSectionDes()
340 std::vector<ModuleSectionDes> des_ {};
349 void AddModuleDes(ModuleSectionDes &moduleDes) in AddModuleDes()
394 void AddModuleDes(ModuleSectionDes &moduleDes) in AddModuleDes()
Daot_file_manager.cpp48 void ModuleSectionDes::SaveSectionsInfo(std::ofstream &file) in SaveSectionsInfo()
84 void ModuleSectionDes::LoadStackMapSection(BinaryBufferParser &parser, uintptr_t secBegin, uint32_t… in LoadStackMapSection()
100 void ModuleSectionDes::LoadSectionsInfo(BinaryBufferParser &parser, in LoadSectionsInfo()
121 void ModuleSectionDes::LoadStackMapSection(std::ifstream &file, uintptr_t secBegin, uint32_t &curUn… in LoadStackMapSection()
137 void ModuleSectionDes::LoadSectionsInfo(std::ifstream &file, in LoadSectionsInfo()
934 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub()
948 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT()