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

/art/runtime/
H A Doat_file.cc907 class DlOpenOatFile FINAL : public OatFileBase {
909 DlOpenOatFile(const std::string& filename, bool executable) function in class:art::FINAL
915 ~DlOpenOatFile() {
980 DISALLOW_COPY_AND_ASSIGN(DlOpenOatFile);
983 std::unordered_set<void*> DlOpenOatFile::host_dlopen_handles_;
985 void DlOpenOatFile::PreLoad() {
1007 bool DlOpenOatFile::Load(const std::string& elf_filename,
1051 bool DlOpenOatFile::Dlopen(const std::string& elf_filename,
1102 void DlOpenOatFile::PreSetup(const std::string& elf_filename) {
1431 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(zip_f
[all...]

Completed in 29 milliseconds