Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 4 of 4) sorted by relevance

/art/test/117-nopatchoat/
Dnopatchoat.cc41 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable(); in hasExecutableOat()
/art/runtime/
Doat_file.h72 bool IsExecutable() const { in IsExecutable() function
Doat_file.cc577 if (oat_file_->IsExecutable() || in GetOatMethod()
Dclass_linker.cc915 return oat_file->IsExecutable(); in OpenDexFilesFromOat()
1216 } else if (oat_file->IsExecutable() && in FindOatFileContainingDexFileFromDexLocation()
1223 } else if (!oat_file->IsExecutable() && in FindOatFileContainingDexFileFromDexLocation()