Lines Matching refs:compiler_options_

221   return compiler_options_.IsAppImage()  in GetAppClassLoader()
228 if (compiler_options_.IsBootImage()) { in IsImageDexCache()
238 if (!ContainsElement(compiler_options_.GetDexFilesForOatFile(), dex_cache->GetDexFile())) { in IsImageDexCache()
258 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet()); in PrepareImageAddressSpace()
270 if (compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
310 DCHECK(compiler_options_.IsAppImage()); in CopyMetadata()
413 if (compiler_options_.IsAppImage()) { in Write()
447 if (image_fd == -1 && !compiler_options_.IsAppImage() && fchmod(image_file->Fd(), 0644) != 0) { in Write()
464 const uint32_t cur_size = std::min(size, compiler_options_.MaxImageBlockSize()); in Write()
931 DCHECK(compiler_options_.IsAppImage() || compiler_options_.IsBootImageExtension()); in PruneImageClassInternal()
950 result = result || !compiler_options_.IsImageClass(klass->GetDescriptor(&temp)); in PruneImageClassInternal()
1031 DCHECK(!compiler_options_.IsBootImage()); in KeepClass()
1035 if (!compiler_options_.IsImageClass(klass->GetDescriptor(&temp))) { in KeepClass()
1038 if (compiler_options_.IsAppImage()) { in KeepClass()
1232 for (const std::string& image_class : compiler_options_.GetImageClasses()) { in DumpImageClasses()
1319 int32_t image_roots_size = ImageHeader::NumberOfImageRoots(compiler_options_.IsAppImage()); in CreateImageRoots()
1324 if (!compiler_options_.IsAppImage()) { in CreateImageRoots()
1341 if (compiler_options_.IsAppImage()) { in RecordNativeRelocations()
1551 dex_files_(image_writer_->compiler_options_.GetDexFilesForOatFile()) {} in CollectClassesVisitor()
1565 DCHECK(image_writer_->compiler_options_.IsBootImage()); in operator ()()
1604 if (image_writer->compiler_options_.IsAppImage()) { in ProcessCollectedClasses()
1649 if (image_writer->compiler_options_.IsAppImage()) { in ProcessCollectedClasses()
1818 helper_->image_writer_->compiler_options_.IsAppImage() && in VisitReference()
1895 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in ProcessDexFileObjects()
1957 for (const DexFile* dex_file : image_writer->compiler_options_.GetDexFilesForOatFile()) { in ProcessInterns()
1980 DCHECK(dex_file != image_writer->compiler_options_.GetDexFilesForOatFile().front()); in ProcessInterns()
2098 if (image_writer_->compiler_options_.IsAppImage()) { in VerifyImageBinSlotsAssigned()
2109 ContainsElement(image_writer_->compiler_options_.GetDexFilesForOatFile(), in VerifyImageBinSlotsAssigned()
2356 compiler_options_.IsBootImage() in CalculateNewObjectOffsets()
2358 : (compiler_options_.IsBootImageExtension() ? GetBootImageLiveObjects() : nullptr)); in CalculateNewObjectOffsets()
2390 DCHECK_EQ(!compiler_options_.IsBootImage(), IsInBootImage(m)) in CalculateNewObjectOffsets()
2421 if (ClassLinker::kAppImageMayContainStrings && compiler_options_.IsAppImage()) { in CalculateNewObjectOffsets()
2559 if (compiler_options_.IsAppImage()) { in CreateHeader()
2584 DCHECK_EQ(image_spaces.empty(), compiler_options_.IsBootImage()); in CreateHeader()
2649 DCHECK(compiler_options_.IsBootImage()); in GetIntrinsicReferenceAddress()
2987 DCHECK(!IsInBootImage(klass.Ptr()) || compiler_options_.IsAppImage()); in CopyAndFixupObjects()
3103 if (kBitstringSubtypeCheckEnabled && !compiler_options_.IsBootImage()) { in FixupClass()
3175 if (!compiler_options_.IsBootImage()) { in GetOatAddress()
3239 } else if (CanMethodUseNterp(method, compiler_options_.GetInstructionSet())) { in GetQuickCode()
3440 if (compiler_options_.IsAppImage()) { in UpdateOatFileLayout()
3484 : compiler_options_(compiler_options), in ImageWriter()
3509 if (compiler_options_.IsAppImage()) { in ImageWriter()