Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h157 bool IsUpToDate();
Doat_file_assistant.cc214 bool OatFileAssistant::IsUpToDate() { in IsUpToDate() function in art::OatFileAssistant
/art/runtime/native/
Ddalvik_system_DexFile.cc705 return oat_file_assistant.IsUpToDate() ? JNI_FALSE : JNI_TRUE; in DexFile_isDexOptNeeded()