Lines Matching refs:IsAppImage

204   return compiler_options_.IsAppImage()  in GetAppClassLoader()
253 if (compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
301 if (VLOG_IS_ON(compiler) && compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
328 DCHECK(compiler_options_.IsAppImage()); in CopyMetadata()
431 if (compiler_options_.IsAppImage()) { in Write()
465 if (image_fd == -1 && !compiler_options_.IsAppImage() && fchmod(image_file->Fd(), 0644) != 0) { in Write()
1057 DCHECK(compiler_options_.IsAppImage() || compiler_options_.IsBootImageExtension()); in PruneImageClassInternal()
1164 if (compiler_options_.IsAppImage()) { in KeepClass()
1545 int32_t image_roots_size = ImageHeader::NumberOfImageRoots(compiler_options_.IsAppImage()); in CreateImageRoots()
1550 if (!compiler_options_.IsAppImage()) { in CreateImageRoots()
1585 if (compiler_options_.IsAppImage()) { in RecordNativeRelocations()
1593 if (!compiler_options_.IsAppImage()) { in RecordNativeRelocations()
1695 DCHECK(compiler_options_.IsAppImage()); in RecordNativeRelocations()
2007 helper_->image_writer_->compiler_options_.IsAppImage() && in VisitReference()
2099 if (image_writer_->compiler_options_.IsAppImage()) { in VerifyImageBinSlotsAssigned()
2483 if (ClassLinker::kAppImageMayContainStrings && compiler_options_.IsAppImage()) { in CalculateNewObjectOffsets()
2630 if (compiler_options_.IsAppImage()) { in CreateHeader()
3584 if (compiler_options_.IsAppImage()) { in UpdateOatFileLayout()
3643 compiler_options.IsAppImage()); in ImageWriter()
3651 if (compiler_options_.IsAppImage()) { in ImageWriter()