Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/
Dnopatchoat.cc33 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable(); in hasExecutableOat()
/art/runtime/gc/space/
Dimage_space.h62 const OatFile* GetOatFile() const;
Dimage_space.cc716 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
/art/runtime/
Doat_file.h230 const OatFile* GetOatFile() const { in GetOatFile() function
Dclass_linker.cc831 oat_dex_file != nullptr ? oat_dex_file->GetOatFile() : nullptr); in OpenDexFilesFromOat()
/art/compiler/
Delf_patcher.cc201 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile(); in PatchElf()