Home
last modified time | relevance | path

Searched refs:ProfileExists (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file_assistant.h227 bool ProfileExists();
Doat_file_assistant.cc498 bool OatFileAssistant::ProfileExists() { in ProfileExists() function in art::OatFileAssistant
555 if (!ProfileExists()) { in CopyProfileFile()
/art/runtime/native/
Ddalvik_system_DexFile.cc341 } else if (oat_file_assistant.ProfileExists() in GetDexOptNeeded()