Searched refs:GetOatFile (Results 1 – 8 of 8) sorted by relevance
41 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable(); in hasExecutableOat()51 const OatFile* oat_file = oat_dex_file->GetOatFile(); in isPic()
62 const OatFile* GetOatFile() const;
793 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
227 const OatFile* GetOatFile() const { in GetOatFile() function
461 dex_file_location_checksum_, GetOatFile(), error_msg); in OpenDexFile()
894 const OatFile* GetOatFile() const { in GetOatFile() function
847 oat_dex_file != nullptr ? oat_dex_file->GetOatFile() : nullptr); in OpenDexFilesFromOat()4636 const OatFile* class_oat_file = dex_file.GetOatFile(); in CheckSuperClassChange()4638 const OatFile* loaded_super_oat_file = super_class->GetDexFile().GetOatFile(); in CheckSuperClassChange()6016 const OatFile* oat_file = oat_dex_file->GetOatFile(); in MayBeCalledWithDirectCodePointer()
212 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile(); in PatchElf()