Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc1121 class DlOpenOatFile final : public OatFileBase { class
1123 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() function in art::DlOpenOatFile
1129 ~DlOpenOatFile() { in ~DlOpenOatFile()
1200 DISALLOW_COPY_AND_ASSIGN(DlOpenOatFile);
1203 std::unordered_set<void*> DlOpenOatFile::host_dlopen_handles_;
1205 void DlOpenOatFile::PreLoad() { in PreLoad()
1227 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1291 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1426 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1930 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(zip_fd, in Open()