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

/art/test/117-nopatchoat/
H A Dnopatchoat.cc37 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable();
47 const OatFile* oat_file = oat_dex_file->GetOatFile();
/art/runtime/gc/space/
H A Dimage_space.h62 const OatFile* GetOatFile() const;
H A Dimage_space.cc843 const OatFile* ImageSpace::GetOatFile() const { function in class:art::gc::space::ImageSpace
/art/runtime/
H A Doat_file_assistant.h337 const OatFile* GetOatFile();
417 // Use the GetOatFile method rather than accessing this directly, unless you
H A Doat_file_assistant.cc339 return GetOatFile() != nullptr;
355 const OatFile* oat_file = GetOatFile();
372 const OatFile* oat_file = GetOatFile();
883 const OatFile* OatFileAssistant::GetOatFile() { function in class:art::OatFileAssistant
H A Doat_file.h374 const OatFile* GetOatFile() const { function in class:art::FINAL
H A Doat_file_assistant_test.cc935 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile();
H A Dclass_linker.cc815 return image_space->GetOatFile();
4232 class_oat_file = class_oat_dex_file->GetOatFile();
4239 loaded_super_oat_file = loaded_super_oat_dex_file->GetOatFile();
5782 const OatFile* oat_file = oat_dex_file->GetOatFile();
/art/test/137-cfi/
H A Dcfi.cc97 const OatFile* oat_file = image_space->GetOatFile();

Completed in 4057 milliseconds