Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/
Dnopatchoat.cc37 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable(); in hasExecutableOat()
47 const OatFile* oat_file = oat_dex_file->GetOatFile(); in isPic()
/art/runtime/gc/space/
Dimage_space.h62 const OatFile* GetOatFile() const;
Dimage_space.cc843 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
/art/runtime/
Doat_file_assistant.h337 const OatFile* GetOatFile();
Doat_file_assistant.cc339 return GetOatFile() != nullptr; in OatFileExists()
355 const OatFile* oat_file = GetOatFile(); in OatFileIsOutOfDate()
372 const OatFile* oat_file = GetOatFile(); in OatFileIsUpToDate()
883 const OatFile* OatFileAssistant::GetOatFile() { in CopyProfileFile() function in art::OatFileAssistant
Doat_file.h374 const OatFile* GetOatFile() const { in GetOatFile() function
Doat_file_assistant_test.cc935 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
Dclass_linker.cc815 return image_space->GetOatFile(); in GetBootOatFile()
4232 class_oat_file = class_oat_dex_file->GetOatFile(); in CheckSuperClassChange()
4239 loaded_super_oat_file = loaded_super_oat_dex_file->GetOatFile(); in CheckSuperClassChange()
5782 const OatFile* oat_file = oat_dex_file->GetOatFile(); in MayBeCalledWithDirectCodePointer()
/art/test/137-cfi/
Dcfi.cc97 const OatFile* oat_file = image_space->GetOatFile(); in IsPicImage()