Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.h21 class PUBLIC_API StubFileInfo : public AOTFileInfo {
23 StubFileInfo() = default;
24 ~StubFileInfo() override = default;
Dstub_file_info.cpp28 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
59 bool StubFileInfo::MmapLoad() in MmapLoad()
116 bool StubFileInfo::Load() in Load()
158 const std::vector<ElfSecName> &StubFileInfo::GetDumpSectionNames() in GetDumpSectionNames()
173 void StubFileInfo::Dump() const in Dump()
Dan_file_data_manager.h36 std::shared_ptr<StubFileInfo> SafeGetStubFileInfo();
83 std::shared_ptr<StubFileInfo> loadedStub_ {nullptr};
Dan_file_data_manager.cpp99 loadedStub_ = std::make_shared<StubFileInfo>(StubFileInfo()); in UnsafeLoadFromStub()
150 std::shared_ptr<StubFileInfo> AnFileDataManager::SafeGetStubFileInfo() in SafeGetStubFileInfo()
Daot_file_manager.h204 friend class StubFileInfo; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h39 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubInfo,
267 StubFileInfo stubInfo_;
Dfile_generators.cpp81 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()