Lines Matching refs:IsBootImage
428 if (compiler_options_.IsBootImage()) { in IsImageDexCache()
1092 DCHECK(!compiler_options_.IsBootImage()); in KeepClass()
1299 if (compiler_options_.IsBootImage()) { in CreateImageRoots()
1480 if (compiler_options_.IsBootImage() && in RecordNativeRelocations()
1669 DCHECK(image_writer_->compiler_options_.IsBootImage()); in operator ()()
1956 if (compiler_options.IsBootImage() || compiler_options.IsBootImageExtension()) { in ProcessDexFileObjects()
2055 if (image_writer_->compiler_options_.IsBootImage()) { in ProcessRoots()
2079 return !table.IsBootImage(); in ProcessInterns()
2082 DCHECK(!intern_table->strong_interns_.tables_.back().IsBootImage()); in ProcessInterns()
2569 DCHECK_EQ(!compiler_options_.IsBootImage(), IsInBootImage(m)) in CalculateNewObjectOffsets()
2591 if (compiler_options_.IsBootImage() || compiler_options_.IsBootImageExtension()) { in CalculateNewObjectOffsets()
2603 if (compiler_options_.IsBootImage() && dirty_image_objects_ != nullptr) { in CalculateNewObjectOffsets()
2815 DCHECK_EQ(image_spaces.empty(), compiler_options_.IsBootImage()); in CreateHeader()
2884 DCHECK(compiler_options_.IsBootImage()); in GetIntrinsicReferenceAddress()
3372 if (kBitstringSubtypeCheckEnabled && !compiler_options_.IsBootImage()) { in FixupClass()
3456 if (!compiler_options_.IsBootImage()) { in GetOatAddress()
3615 !compiler_options_.IsBootImage() && in CopyAndFixupMethod()
3792 (compiler_options_.IsBootImage() || compiler_options_.IsBootImageExtension())), in ImageWriter()
3809 DCHECK(compiler_options.IsBootImage() || in ImageWriter()
3812 DCHECK_EQ(compiler_options.IsBootImage(), boot_image_begin_ == 0u); in ImageWriter()
3813 DCHECK_EQ(compiler_options.IsBootImage(), boot_image_size_ == 0u); in ImageWriter()
3816 CHECK_EQ(compiler_options.IsBootImage(), in ImageWriter()