Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc109 vdex_for_oat_(this, /*is_oat_location=*/ true), in OatFileAssistant()
154 vdex_for_oat_.Reset(vdex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); in OatFileAssistant()
713 if (vdex_for_oat_.IsUseable()) { in GetBestInfo()
714 return vdex_for_oat_; in GetBestInfo()
Doat_file_assistant.h453 OatFileInfo vdex_for_oat_; variable