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()
111 bool StubFileInfo::Load() in Load()
153 const std::vector<ElfSecName> &StubFileInfo::GetDumpSectionNames() in GetDumpSectionNames()
166 void StubFileInfo::Dump() const in Dump()
Dan_file_data_manager.h36 std::shared_ptr<StubFileInfo> SafeGetStubFileInfo();
82 std::shared_ptr<StubFileInfo> loadedStub_ {nullptr};
Dan_file_data_manager.cpp99 loadedStub_ = std::make_shared<StubFileInfo>(StubFileInfo()); in UnsafeLoadFromStub()
146 std::shared_ptr<StubFileInfo> AnFileDataManager::SafeGetStubFileInfo() in SafeGetStubFileInfo()
Daot_file_manager.h170 friend class StubFileInfo; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h35 void CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubInfo,
241 StubFileInfo stubInfo_;
Dfile_generators.cpp67 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo()