Searched refs:ModuleSectionDes (Results 1 – 4 of 4) sorted by relevance
25 void Module::CollectStackMapDes(ModuleSectionDes& des) const in CollectStackMapDes()73 ModuleSectionDes des; in CollectCodeInfo()87 ModuleSectionDes des; in CollectCodeInfo()
123 void CollectModuleSectionDes(ModuleSectionDes &moduleDes, bool stub = false) const141 void CollectStackMapDes(ModuleSectionDes &moduleDes) const;223 void CollectStackMapDes(ModuleSectionDes& des);
59 struct ModuleSectionDes { struct151 ModuleSectionDes() = default; argument271 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()
48 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()