• Home
  • Raw
  • Download

Lines Matching refs:compiler_options_

153   return compiler_options_.IsAppImage()  in GetAppClassLoader()
160 if (compiler_options_.IsBootImage()) { in IsImageObject()
171 !ContainsElement(compiler_options_.GetDexFilesForOatFile(), in IsImageObject()
181 if (compiler_options_.IsBootImage()) { in IsInBootImage()
198 if (compiler_options_.IsBootImage()) { in IsInBootOatFile()
225 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet()); in PrepareImageAddressSpace()
237 if (compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
272 if (ClassLinker::kAppImageMayContainStrings && compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
294 if (VLOG_IS_ON(compiler) && compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
314 if (ClassLinker::kAppImageMayContainStrings && compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()
628 DCHECK(compiler_options_.IsAppImage()); in CopyMetadata()
729 if (compiler_options_.IsAppImage()) { in Write()
765 if (!compiler_options_.IsAppImage() && fchmod(image_file->Fd(), 0644) != 0) { in Write()
782 const uint32_t cur_size = std::min(size, compiler_options_.MaxImageBlockSize()); in Write()
1000 for (const DexFile* dex_file : compiler_options_.GetDexFilesForOatFile()) { in PrepareDexCacheArraySlots()
1383 DCHECK(compiler_options_.IsAppImage()); in PruneAppImageClassInternal()
1402 result = result || !compiler_options_.IsImageClass(klass->GetDescriptor(&temp)); in PruneAppImageClassInternal()
1487 if (!compiler_options_.IsBootImage() && in KeepClass()
1493 if (!compiler_options_.IsImageClass(klass->GetDescriptor(&temp))) { in KeepClass()
1496 if (compiler_options_.IsAppImage()) { in KeepClass()
1785 bool is_app_image_dex_cache = compiler_options_.IsAppImage() && IsImageObject(dex_cache); in PruneNonImageClasses()
1826 for (const std::string& image_class : compiler_options_.GetImageClasses()) { in DumpImageClasses()
1841 if (!compiler_options_.IsBootImage()) { in FindInternedString()
1938 int32_t image_roots_size = ImageHeader::NumberOfImageRoots(compiler_options_.IsAppImage()); in CreateImageRoots()
1951 if (!compiler_options_.IsAppImage()) { in CreateImageRoots()
1958 if (compiler_options_.IsAppImage() && i == ImageHeader::kAppImageClassLoader) { in CreateImageRoots()
1995 if (compiler_options_.IsAppImage()) { in TryAssignBinSlot()
2006 if (!compiler_options_.IsAppImage()) { in TryAssignBinSlot()
2108 DCHECK(compiler_options_.IsAppImage()); in TryAssignBinSlot()
2286 compiler_options_.IsAppImage() in CalculateNewObjectOffsets()
2321 DCHECK_EQ(!compiler_options_.IsBootImage(), IsInBootImage(m)) in CalculateNewObjectOffsets()
2345 for (const DexFile* dex_file : compiler_options_.GetDexFilesForOatFile()) { in CalculateNewObjectOffsets()
2374 if (compiler_options_.IsAppImage()) { in CalculateNewObjectOffsets()
2662 if (!compiler_options_.IsAppImage()) { in CreateHeader()
2736 DCHECK(compiler_options_.IsBootImage()); in GetIntrinsicReferenceAddress()
3149 if (kBitstringSubtypeCheckEnabled && compiler_options_.IsAppImage()) { in FixupClass()
3330 if (!compiler_options_.IsBootImage()) { in GetOatAddress()
3579 if (compiler_options_.IsAppImage()) { in UpdateOatFileLayout()
3619 : compiler_options_(compiler_options), in ImageWriter()
3638 if (compiler_options_.IsAppImage()) { in ImageWriter()