Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc108 vdex_for_odex_(this, /*is_oat_location=*/ false), in OatFileAssistant()
139 vdex_for_odex_.Reset(vdex_file_name, in OatFileAssistant()
692 if (!odex_.IsUseable() && vdex_for_odex_.IsUseable()) { in GetBestInfo()
693 return vdex_for_odex_; in GetBestInfo()
716 if (vdex_for_odex_.IsUseable()) { in GetBestInfo()
717 return vdex_for_odex_; in GetBestInfo()
Doat_file_assistant.h450 OatFileInfo vdex_for_odex_; variable