Searched refs:DlOpenOatFile (Results 1 – 1 of 1) sorted by relevance
879 class DlOpenOatFile final : public OatFileBase { class881 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() function in art::DlOpenOatFile887 ~DlOpenOatFile() { in ~DlOpenOatFile()958 DISALLOW_COPY_AND_ASSIGN(DlOpenOatFile);961 std::unordered_set<void*> DlOpenOatFile::host_dlopen_handles_;963 void DlOpenOatFile::PreLoad() { in PreLoad()985 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()1029 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()1148 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()1607 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(zip_fd, in Open()