Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h413 bool cached_oat_file_name_found_; variable
Doat_file_assistant.cc81 cached_oat_file_name_found_ = true; in OatFileAssistant()
326 cached_oat_file_name_found_ = GetDalvikCacheFilename(dex_location_, in OatFileName()
328 if (!cached_oat_file_name_found_) { in OatFileName()
335 return cached_oat_file_name_found_ ? &cached_oat_file_name_ : nullptr; in OatFileName()