Lines Matching refs:Status
205 return GetBestInfo().Status() == kOatUpToDate; in IsUpToDate()
216 if (oat_.Status() != kOatCannotOpen) { in GetStatusDump()
221 status << *oat_.Filename() << "[status=" << oat_.Status() << ", "; in GetStatusDump()
234 if (odex_.Status() != kOatCannotOpen) { in GetStatusDump()
242 status << *odex_.Filename() << "[status=" << odex_.Status() << ", "; in GetStatusDump()
318 return odex_.Status(); in OdexFileStatus()
322 return oat_.Status(); in OatFileStatus()
682 if (odex_.Status() == kOatUpToDate) { in GetBestInfo()
698 return (odex_.Status() == kOatCannotOpen) ? oat_ : odex_; in GetBestInfo()
732 switch (Status()) { in IsUseable()
742 OatFileAssistant::OatStatus OatFileAssistant::OatFileInfo::Status() { in Status() function in art::OatFileAssistant::OatFileInfo
811 if (filter_okay && Status() == kOatUpToDate) { in GetDexOptNeeded()
820 if (Status() == kOatBootImageOutOfDate) { in GetDexOptNeeded()
968 if (Status() == kOatUpToDate) { in ReleaseFileForUse()
975 switch (Status()) { in ReleaseFileForUse()