Home
last modified time | relevance | path

Searched refs:IsBootImage (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Dintern_table-inl.h85 (visit_boot_images && table.IsBootImage()) || in VisitInterns()
86 (visit_non_boot_images && !table.IsBootImage()); in VisitInterns()
106 (visit_boot_images && table.IsBootImage()) || in CountInterns()
107 (visit_non_boot_images && !table.IsBootImage()); in CountInterns()
Dcompiler_callbacks.h66 bool IsBootImage() { in IsBootImage() function
Dintern_table.h230 bool IsBootImage() const { in IsBootImage() function
Druntime.cc769 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
2694 return IsCompiler() && compiler_callbacks_->IsBootImage(); in IsCompilingBootImage()
/art/compiler/optimizing/
Dsharpening.cc52 DCHECK(compiler_options.IsBootImage() || compiler_options.IsBootImageExtension()); in BootImageAOTCanEmbedMethod()
90 } else if (compiler_options.IsBootImage() || compiler_options.IsBootImageExtension()) { in SharpenInvokeStaticOrDirect()
173 if (compiler_options.IsBootImage() || compiler_options.IsBootImageExtension()) { in ComputeLoadClassKind()
252 } else if (codegen->GetCompilerOptions().IsBootImage()) { in CanUseTypeCheckBitstring()
270 compiler_options.IsBootImage() && in CanUseTypeCheckBitstring()
333 if (compiler_options.IsBootImage() || compiler_options.IsBootImageExtension()) { in ProcessLoadString()
Dintrinsics.cc155 if (compiler_options.IsBootImage()) { in ComputeIntegerValueOfLocations()
295 if (compiler_options.IsBootImage()) { in ComputeIntegerValueOfInfo()
Doptimizing_compiler.cc1044 DCHECK(compiler_options.IsBootImage()); in Compile()
1141 if (compiler_options.IsBootImage()) { in JniCompile()
Dcode_generator_arm64.cc4431 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall()
4777 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress()
4805 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic()
4858 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches()
4870 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
5080 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass()
5095 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
5257 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString()
5271 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
Dcode_generator_x86_64.cc1015 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall()
1180 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress()
1202 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic()
1253 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches()
1265 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
6178 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass()
6186 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
6335 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString()
6343 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
Dcode_generator_x86.cc5026 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall()
5227 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress()
5257 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic()
5314 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches()
5326 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
6844 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass()
6853 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
7042 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString()
7050 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
Dcode_generator_arm_vixl.cc7379 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass()
7388 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
7604 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString()
7612 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
9075 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall()
9329 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress()
9353 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic()
9409 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches()
9421 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
Dinstruction_builder.cc1221 if (compiler_options.IsBootImage() || compiler_options.IsBootImageExtension()) { in IsInBootImage()
Dintrinsics_x86.cc2972 if (codegen_->GetCompilerOptions().IsBootImage()) { in VisitIntegerValueOf()
/art/dex2oat/
Ddex2oat.cc931 if (compiler_options_->IsBootImage() || compiler_options_->IsBootImageExtension()) { in ProcessOptions()
996 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()
1045 multi_image_ = IsBootImage() || IsBootImageExtension(); // Shall pass checks below. in ProcessOptions()
1047 if (IsBootImage() && !multi_image_) { in ProcessOptions()
1090 if ((IsBootImage() || IsBootImageExtension()) && updatable_bcp_packages_filename_ != nullptr) { in ProcessOptions()
1131 if (!kIsTargetBuild && (IsBootImage() || IsBootImageExtension())) { in ProcessOptions()
1157 DCHECK(!IsBootImage()); // For primary boot image the boot_image_filename_ is empty. in ProcessOptions()
1460 if (IsBootImage() || IsBootImageExtension()) { in OpenFile()
1688 (IsBootImage() || IsBootImageExtension()) in Setup()
1744 if (!IsBootImage() && !IsBootImageExtension() && IsVeryLarge(dex_files)) { in Setup()
[all …]
/art/compiler/driver/
Dcompiler_options.h219 return IsBootImage() || IsBootImageExtension() || IsAppImage(); in IsGeneratingImage()
223 bool IsBootImage() const { in IsBootImage() function
/art/dex2oat/driver/
Dcompiler_driver.cc897 (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension())) { in PreCompile()
935 GetCompilerOptions().IsForceDeterminism() && GetCompilerOptions().IsBootImage()) { in PreCompile()
1085 if (!GetCompilerOptions().IsBootImage() && !GetCompilerOptions().IsBootImageExtension()) { in LoadImageClasses()
1096 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1106 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1183 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1356 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in UpdateImageClasses()
1648 !manager_->GetCompiler()->GetCompilerOptions().IsBootImage()) { in Visit()
1777 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in ResolveDexFile()
1923 if (!GetCompilerOptions().IsBootImage() && !GetCompilerOptions().IsBootImageExtension()) { in Verify()
[all …]
/art/dex2oat/linker/
Dimage_writer.cc211 if (compiler_options_.IsBootImage()) { in IsImageDexCache()
1157 DCHECK(!compiler_options_.IsBootImage()); in KeepClass()
1835 DCHECK(image_writer_->compiler_options_.IsBootImage()); in operator ()()
2399 compiler_options_.IsBootImage() in CalculateNewObjectOffsets()
2433 DCHECK_EQ(!compiler_options_.IsBootImage(), IsInBootImage(m)) in CalculateNewObjectOffsets()
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()
3641 DCHECK(compiler_options.IsBootImage() || in ImageWriter()
[all …]
Doat_writer.cc756 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in PrepareLayout()
1595 if (writer_->GetCompilerOptions().IsBootImage() || in VisitMethod()
1676 if (writer_->GetCompilerOptions().IsBootImage() || in WriteCodeMethodVisitor()
1967 DCHECK(writer_->GetCompilerOptions().IsBootImage() || in GetTargetString()
1974 DCHECK(writer_->GetCompilerOptions().IsBootImage()); in GetTargetIntrinsicReferenceOffset()
1984 DCHECK(writer_->GetCompilerOptions().IsBootImage() || in GetTargetMethodOffset()
1995 DCHECK(writer_->GetCompilerOptions().IsBootImage() || in GetTargetObjectOffset()
2209 if (GetCompilerOptions().IsBootImage() && primary_oat_file_) { in InitOatCode()
3023 if (GetCompilerOptions().IsBootImage() && primary_oat_file_) { in WriteCode()
/art/runtime/verifier/
Dmethod_verifier.cc5249 if (aot_mode && (callbacks != nullptr) && !callbacks->IsBootImage()) { in VerifyMethod()