Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc73 DCHECK(compiler_driver->GetCompilerOptions().IsBootImage()); in BootImageAOTCanEmbedMethod()
124 } else if (codegen->GetCompilerOptions().IsBootImage() && in SharpenInvokeStaticOrDirect()
175 if (codegen->GetCompilerOptions().IsBootImage()) { in ComputeLoadClassKind()
261 if (codegen->GetCompilerOptions().IsBootImage()) { in ProcessLoadString()
Dintrinsics.cc225 if (codegen->GetCompilerOptions().IsBootImage() || in ComputeIntegerValueOfLocations()
Doptimizing_compiler.cc1026 DCHECK(compiler_driver->GetCompilerOptions().IsBootImage()); in Compile()
1100 if (GetCompilerDriver()->GetCompilerOptions().IsBootImage()) { in JniCompile()
Dcode_generator_x86_64.cc993 DCHECK(GetCompilerOptions().IsBootImage()); in GenerateStaticOrDirectCall()
1092 DCHECK(!GetCompilerOptions().IsBootImage()); in NewStringBssEntryPatch()
1123 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
5569 DCHECK(codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
5583 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
5710 DCHECK(codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
5723 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
Dcode_generator_arm_vixl.cc7131 DCHECK(codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
7147 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
7294 DCHECK(codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
7308 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
7316 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
8895 DCHECK(GetCompilerOptions().IsBootImage()); in GenerateStaticOrDirectCall()
9102 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
/art/dex2oat/
Ddex2oat.cc733 if (IsBootImage() && image_filenames_.size() == 1) { in ProcessOptions()
738 if (IsAppImage() && IsBootImage()) { in ProcessOptions()
801 if (!IsBootImage() && parser_options->boot_image_filename.empty()) { in ProcessOptions()
809 if (image_classes_filename_ != nullptr && !IsBootImage()) { in ProcessOptions()
821 if (compiled_classes_filename_ != nullptr && !IsBootImage()) { in ProcessOptions()
933 if (!IsBootImage() && multi_image_) { in ProcessOptions()
936 if (IsBootImage() && multi_image_ && image_filenames_.size() > 1) { in ProcessOptions()
941 if (!kIsTargetBuild && IsBootImage()) { in ProcessOptions()
962 if (!kIsTargetBuild && IsBootImage()) { in ProcessOptions()
1311 if (IsBootImage() && multi_image_) { in OpenFile()
[all …]
/art/runtime/
Dcompiler_callbacks.h70 bool IsBootImage() { in IsBootImage() function
Druntime.cc670 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
2458 return IsCompiler() && compiler_callbacks_->IsBootImage(); in IsCompilingBootImage()
/art/compiler/driver/
Dcompiler_driver.cc298 if (GetCompilerOptions().IsBootImage()) { in CompilerDriver()
364 if (GetCompilerOptions().IsBootImage()) { in CompileAll()
925 if (GetCompilerOptions().IsForceDeterminism() && GetCompilerOptions().IsBootImage()) { in PreCompile()
967 return !GetCompilerOptions().IsBootImage(); in IsImageClass()
1088 if (!GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1329 if (GetCompilerOptions().IsBootImage()) { in UpdateImageClasses()
1356 if (!GetCompilerOptions().IsBootImage()) { in CanAssumeClassIsLoaded()
1840 if (GetCompilerOptions().IsBootImage()) { in ResolveDexFile()
1990 if (!GetCompilerOptions().IsBootImage()) { in Verify()
2019 if (!GetCompilerOptions().IsBootImage()) { in Verify()
[all …]
Dcompiler_options.h184 bool IsBootImage() const { in IsBootImage() function