Lines Matching refs:Module
34 void Module::CollectStackMapDes(ModuleSectionDes& des) const in CollectStackMapDes()
56 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes()
81 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()
123 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo,… in CollectFuncEntryInfo()
195 void Module::CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &… in CollectFuncEntryInfoByLiteCG()
259 void Module::CollectModuleSectionDes(ModuleSectionDes &moduleDes) const in CollectModuleSectionDes()
281 void Module::CollectAnModuleSectionDes(ModuleSectionDes &moduleDes, uint64_t textOffset, in CollectAnModuleSectionDes()
296 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize()
301 uintptr_t Module::GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
306 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler()
311 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in DisassemblerFunc()
322 void Module::DestroyModule() in DestroyModule()
379 uint64_t AOTFileGenerator::RollbackTextSize(Module *module) in RollbackTextSize()
402 void AOTFileGenerator::CollectCodeInfo(Module *module, uint32_t moduleIdx) in CollectCodeInfo()
424 Module* AOTFileGenerator::GetLatestModule() in GetLatestModule()
434 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule()
441 modulePackage_.emplace_back(Module(irModule, ass)); in AddModule()
450 modulePackage_.emplace_back(Module(m, ass)); in AddModule()
457 Module* StubFileGenerator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const… in AddModule()
470 modulePackage_.emplace_back(Module(m, ass)); in AddModule()
499 Module *latestModule = GetLatestModule(); in CompileLatestModuleThenDestroy()
639 Module *latestModule = GetLatestModule(); in JitCreateLitecgModule()