Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h368 OatFileInfo& GetBestInfo();
Doat_file_assistant.cc185 OatFileInfo& info = GetBestInfo(); in GetDexOptNeeded()
198 return GetBestInfo().Status() == kOatUpToDate; in IsUpToDate()
202 return GetBestInfo().ReleaseFileForUse(); in GetBestOatFile()
638 OatFileAssistant::OatFileInfo& OatFileAssistant::GetBestInfo() { in GetBestInfo() function in art::OatFileAssistant