Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h154 bool IsUpToDate();
Doat_file_assistant.cc203 bool OatFileAssistant::IsUpToDate() { in IsUpToDate() function in art::OatFileAssistant
/art/runtime/native/
Ddalvik_system_DexFile.cc715 return oat_file_assistant.IsUpToDate() ? JNI_FALSE : JNI_TRUE; in DexFile_isDexOptNeeded()