Home
last modified time | relevance | path

Searched refs:OatFileIsExecutable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file_assistant.h353 bool OatFileIsExecutable();
Doat_file_assistant.cc235 if (!OatFileIsOutOfDate() && !OatFileIsExecutable()) { in GetBestOatFile()
249 CHECK(!OatFileIsExecutable()); in GetBestOatFile()
951 bool OatFileAssistant::OatFileIsExecutable() { in OatFileIsExecutable() function in art::OatFileAssistant