Lines Matching refs:compiler_options_

204   return compiler_options_.IsAppImage()  in GetAppClassLoader()
211 if (compiler_options_.IsBootImage()) { in IsImageDexCache()
221 if (!ContainsElement(compiler_options_.GetDexFilesForOatFile(), dex_cache->GetDexFile())) { in IsImageDexCache()
241 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet()); in PrepareImageAddressSpace()
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()
482 const uint32_t cur_size = std::min(size, compiler_options_.MaxImageBlockSize()); in Write()
661 for (const DexFile* dex_file : compiler_options_.GetDexFilesForOatFile()) { in PrepareDexCacheArraySlots()
1057 DCHECK(compiler_options_.IsAppImage() || compiler_options_.IsBootImageExtension()); in PruneImageClassInternal()
1076 result = result || !compiler_options_.IsImageClass(klass->GetDescriptor(&temp)); in PruneImageClassInternal()
1157 DCHECK(!compiler_options_.IsBootImage()); in KeepClass()
1161 if (!compiler_options_.IsImageClass(klass->GetDescriptor(&temp))) { in KeepClass()
1164 if (compiler_options_.IsAppImage()) { in KeepClass()
1458 for (const std::string& image_class : compiler_options_.GetImageClasses()) { in DumpImageClasses()
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()
1821 dex_files_(image_writer_->compiler_options_.GetDexFilesForOatFile()) {} in CollectClassesVisitor()
1835 DCHECK(image_writer_->compiler_options_.IsBootImage()); in operator ()()
2007 helper_->image_writer_->compiler_options_.IsAppImage() && in VisitReference()
2037 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in ProcessDexFileObjects()
2054 dex_file != image_writer_->compiler_options_.GetDexFilesForOatFile().front()); in ProcessDexFileObjects()
2099 if (image_writer_->compiler_options_.IsAppImage()) { in VerifyImageBinSlotsAssigned()
2110 ContainsElement(image_writer_->compiler_options_.GetDexFilesForOatFile(), in VerifyImageBinSlotsAssigned()
2315 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in CollectStringReferenceInfo()
2399 compiler_options_.IsBootImage() in CalculateNewObjectOffsets()
2401 : (compiler_options_.IsBootImageExtension() ? GetBootImageLiveObjects() : nullptr)); in CalculateNewObjectOffsets()
2433 DCHECK_EQ(!compiler_options_.IsBootImage(), IsInBootImage(m)) in CalculateNewObjectOffsets()
2483 if (ClassLinker::kAppImageMayContainStrings && compiler_options_.IsAppImage()) { in CalculateNewObjectOffsets()
2630 if (compiler_options_.IsAppImage()) { in CreateHeader()
2655 DCHECK_EQ(image_spaces.empty(), compiler_options_.IsBootImage()); in CreateHeader()
2720 DCHECK(compiler_options_.IsBootImage()); in GetIntrinsicReferenceAddress()
3145 if (kBitstringSubtypeCheckEnabled && !compiler_options_.IsBootImage()) { in FixupClass()
3334 if (!compiler_options_.IsBootImage()) { in GetOatAddress()
3584 if (compiler_options_.IsAppImage()) { in UpdateOatFileLayout()
3626 : compiler_options_(compiler_options), in ImageWriter()
3651 if (compiler_options_.IsAppImage()) { in ImageWriter()