Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc959 class DlOpenOatFile final : public OatFileBase { class
961 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() function in art::DlOpenOatFile
967 ~DlOpenOatFile() { in ~DlOpenOatFile()
1038 DISALLOW_COPY_AND_ASSIGN(DlOpenOatFile);
1041 std::unordered_set<void*> DlOpenOatFile::host_dlopen_handles_;
1043 void DlOpenOatFile::PreLoad() { in PreLoad()
1065 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1109 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1228 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1631 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(zip_fd, in Open()