Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h356 bool OatFileHasPatchInfo();
Doat_file_assistant.cc192 if (oat_okay && OatFileNeedsRelocation() && OatFileHasPatchInfo()) { in GetDexOptNeeded()
956 bool OatFileAssistant::OatFileHasPatchInfo() { in OatFileHasPatchInfo() function in art::OatFileAssistant