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

/art/runtime/
H A Doat_file.cc100 static OatFileBase* OpenOatFile(int zip_fd,
113 static OatFileBase* OpenOatFile(int zip_fd,
186 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, function in class:art::OatFileBase
228 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, function in class:art::OatFileBase
1431 OatFile* with_dlopen = OatFileBase::OpenOatFile<DlOpenOatFile>(zip_fd,
1461 OatFile* with_internal = OatFileBase::OpenOatFile<ElfOatFile>(zip_fd,
1489 OatFile* with_internal = OatFileBase::OpenOatFile<ElfOatFile>(zip_fd,
/art/runtime/gc/space/
H A Dimage_space.cc721 TimingLogger::ScopedTiming timing("OpenOatFile", &logger);
722 space->oat_file_ = OpenOatFile(*space, image_filename, error_msg);
1413 static std::unique_ptr<OatFile> OpenOatFile(const ImageSpace& image, function in class:art::gc::space::ImageSpaceLoader

Completed in 827 milliseconds