Searched refs:DlOpenOatFile (Results 1 – 1 of 1) sorted by relevance
1047 class DlOpenOatFile final : public OatFileBase { class1049 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() function in art::DlOpenOatFile1055 ~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()