Searched refs:AnFileInfo (Results 1 – 8 of 8) sorted by relevance
28 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()50 bool AnFileInfo::Load(const std::string &filename) in Load()90 void AnFileInfo::TryRemoveAnFile(const char *filename) in TryRemoveAnFile()100 void AnFileInfo::ParseFunctionEntrySection(ModuleSectionDes &des) in ParseFunctionEntrySection()111 void AnFileInfo::UpdateFuncEntries() in UpdateFuncEntries()128 const std::vector<ElfSecName> &AnFileInfo::GetDumpSectionNames() in GetDumpSectionNames()141 void AnFileInfo::Destroy() in Destroy()149 void AnFileInfo::Dump() const in Dump()165 bool AnFileInfo::IsLoadMain(const JSPandaFile *jsPandaFile, const CString &entry) const in IsLoadMain()175 void AnFileInfo::AddFuncEntrySec() in AddFuncEntrySec()
35 std::shared_ptr<AnFileInfo> SafeGetAnFileInfo(uint32_t index);70 std::shared_ptr<AnFileInfo> UnsafeFind(const std::string &fileName) const;74 std::shared_ptr<AnFileInfo> UnSafeGetAnFileInfo(uint32_t index) in UnSafeGetAnFileInfo()81 std::vector<std::shared_ptr<AnFileInfo>> loadedAn_ {};
22 class PUBLIC_API AnFileInfo : public AOTFileInfo {24 AnFileInfo() = default;25 ~AnFileInfo() override = default;
83 std::shared_ptr<AnFileInfo> AnFileDataManager::UnsafeFind(const std::string &fileName) const in UnsafeFind()115 std::shared_ptr<AnFileInfo> info = std::make_shared<AnFileInfo>(AnFileInfo()); in UnsafeLoadFromAOT()140 std::shared_ptr<AnFileInfo> AnFileDataManager::SafeGetAnFileInfo(uint32_t index) in SafeGetAnFileInfo()
138 const std::shared_ptr<AnFileInfo> GetAnFileInfo(const JSPandaFile *jsPandaFile) const;160 void InitializeStubEntries(const std::vector<AnFileInfo::FuncEntryDes>& stubs);169 friend class AnFileInfo; variable
105 const std::shared_ptr<AnFileInfo> AOTFileManager::GetAnFileInfo(const JSPandaFile *jsPandaFile) con… in GetAnFileInfo()121 const std::shared_ptr<AnFileInfo> anFileInfo = GetAnFileInfo(jsPandaFile); in IsLoad()134 const std::shared_ptr<AnFileInfo> anFileInfo = GetAnFileInfo(jsPandaFile); in IsLoadMain()204 …const std::shared_ptr<AnFileInfo> anFileInfo = anFileDataManager->SafeGetAnFileInfo(anFileInfoInde… in SetAOTMainFuncEntry()227 …const std::shared_ptr<AnFileInfo> anFileInfo = anFileDataManager->SafeGetAnFileInfo(anFileInfoInde… in SetAOTFuncEntry()275 void AOTFileManager::InitializeStubEntries(const std::vector<AnFileInfo::FuncEntryDes> &stubs) in InitializeStubEntries()
38 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo,192 AnFileInfo aotInfo_;
103 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, in CollectFuncEntryInfo()