Home
last modified time | relevance | path

Searched refs:StubFileInfo (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp26 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
59 bool StubFileInfo::MmapLoad(const std::string &fileName) in MmapLoad()
115 bool StubFileInfo::Load() in Load()
159 const std::vector<ElfSecName> &StubFileInfo::GetDumpSectionNames() in GetDumpSectionNames()
174 void StubFileInfo::Dump() const in Dump()
H A Dstub_file_info.h22 class PUBLIC_API StubFileInfo : public AOTFileInfo { class
24 StubFileInfo() = default;
25 ~StubFileInfo() override = default;
H A Dan_file_data_manager.cpp106 loadedStub_ = std::make_shared<StubFileInfo>(StubFileInfo()); in UnsafeLoadFromStub()
179 std::shared_ptr<StubFileInfo> AnFileDataManager::SafeGetStubFileInfo() in SafeGetStubFileInfo()
H A Dan_file_data_manager.h37 std::shared_ptr<StubFileInfo> SafeGetStubFileInfo();
89 std::shared_ptr<StubFileInfo> loadedStub_ {nullptr};
H A Daot_file_manager.h223 friend class StubFileInfo;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.h43 StubFileInfo &stubInfo, uint32_t moduleIndex, const CompilerLog &log);
134 // record current module first function index in StubFileInfo/AnFileInfo
277 StubFileInfo stubInfo_;
H A Dfile_generators.cpp110 StubFileInfo &stubInfo, uint32_t moduleIndex, const CompilerLog &log) in CollectFuncEntryInfo()

Completed in 5 milliseconds