Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/
Dnopatchoat.cc41 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable(); in hasExecutableOat()
51 const OatFile* oat_file = oat_dex_file->GetOatFile(); in isPic()
/art/runtime/gc/space/
Dimage_space.h62 const OatFile* GetOatFile() const;
Dimage_space.cc793 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
/art/runtime/
Doat_file.h227 const OatFile* GetOatFile() const { in GetOatFile() function
Doat_file.cc461 dex_file_location_checksum_, GetOatFile(), error_msg); in OpenDexFile()
Ddex_file.h894 const OatFile* GetOatFile() const { in GetOatFile() function
Dclass_linker.cc847 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()
/art/compiler/
Delf_patcher.cc212 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile(); in PatchElf()