Searched refs:GetBestInfo (Results 1 – 2 of 2) sorted by relevance
368 OatFileInfo& GetBestInfo();
185 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