Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1047 class DlOpenOatFile final : public OatFileBase { class
1049 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() function in art::DlOpenOatFile
1055 ~DlOpenOatFile() { in ~DlOpenOatFile()
1126 DISALLOW_COPY_AND_ASSIGN(DlOpenOatFile);
1129 std::unordered_set<void*> DlOpenOatFile::host_dlopen_handles_;
1131 void DlOpenOatFile::PreLoad() { in PreLoad()
1153 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1217 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1349 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1840 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(zip_fd, in Open()