Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h236 bool OldProfileExists();
Doat_file_assistant.cc502 bool OatFileAssistant::OldProfileExists() { in OldProfileExists() function in art::OatFileAssistant
/art/runtime/native/
Ddalvik_system_DexFile.cc342 && !oat_file_assistant.OldProfileExists()) { in GetDexOptNeeded()