• Home
  • Raw
  • Download

Lines Matching refs:Module

25 void Module::CollectStackMapDes(ModuleSectionDes& des) const  in CollectStackMapDes()
47 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes()
67 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()
103 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo, in CollectFuncEntryInfo()
163 void Module::CollectModuleSectionDes(ModuleSectionDes &moduleDes) const in CollectModuleSectionDes()
180 void Module::CollectAnModuleSectionDes(ModuleSectionDes &moduleDes, uint64_t textOffset, in CollectAnModuleSectionDes()
196 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize()
201 uintptr_t Module::GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
206 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler()
211 void Module::DisassemblerFunc(std::map<uintptr_t, std::string> &addr2name, uint64_t textOffset, in DisassemblerFunc()
217 void Module::DestroyModule() in DestroyModule()
273 uint64_t AOTFileGenerator::RollbackTextSize(Module *module) in RollbackTextSize()
290 void AOTFileGenerator::CollectCodeInfo(Module *module, uint32_t moduleIdx) in CollectCodeInfo()
303 Module* AOTFileGenerator::GetLatestModule() in GetLatestModule()
313 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, LOptions op… in AddModule()
317 modulePackage_.emplace_back(Module(m, ass)); in AddModule()
331 Module* StubFileGenerator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const… in AddModule()
344 modulePackage_.emplace_back(Module(m, ass)); in AddModule()
373 Module *latestModule = GetLatestModule(); in CompileLatestModuleThenDestroy()