Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1509 if (!IsImage()) { in LoadClassProfileDescriptors()
1771 return IsImage() && oat_fd_ != kInvalidFd; in ShouldKeepOatFileOpen()
1776 CHECK(!IsImage()) << "Not supported with image"; in CompileDexFilesIndividually()
1806 return !IsImage() && in ShouldCompileDexFilesIndividually()
2027 if (IsImage()) { in WriteOutputFiles()
2116 if (IsImage()) { in WriteOutputFiles()
2169 if (IsImage()) { in WriteOutputFiles()
2200 if (IsImage()) { in HandleImage()
2295 bool IsImage() const { in IsImage() function in art::FINAL
3166 if (dex2oat->IsImage()) { in Dex2oat()