Lines Matching refs:IsImage
784 if (!IsImage()) { in ProcessOptions()
1418 if (!IsImage()) { in LoadImageClassDescriptors()
1533 IsImage()) { in Setup()
1789 return IsImage() && oat_fd_ != File::kInvalidFd; in ShouldKeepOatFileOpen()
1794 CHECK(!IsImage()) << "Not supported with image"; in CompileDexFilesIndividually()
1825 (!IsImage() && !use_existing_vdex_ && in ShouldCompileDexFilesIndividually()
2070 if (IsImage()) { in WriteOutputFiles()
2133 if (IsImage()) { in WriteOutputFiles()
2185 if (IsImage()) { in WriteOutputFiles()
2216 if (IsImage()) { in HandleImage()
2317 bool IsImage() const { in IsImage() function in art::Dex2Oat