Home
last modified time | relevance | path

Searched refs:compiler_options_ (Results 26 – 34 of 34) sorted by relevance

12

/art/runtime/
Druntime.h202 return compiler_options_; in GetCompilerOptions()
206 compiler_options_.push_back(option); in AddCompilerOption()
1059 std::vector<std::string> compiler_options_; variable
Druntime.cc1298 compiler_options_ = runtime_options.ReleaseOrDefault(Opt::CompilerOptions); in Init()
/art/dex2oat/driver/
Dcompiler_driver.cc261 : compiler_options_(compiler_options), in CompilerDriver()
271 DCHECK(compiler_options_ != nullptr); in CompilerDriver()
273 compiled_method_storage_.SetDedupeEnabled(compiler_options_->DeduplicateCode()); in CompilerDriver()
875 if (compiler_options_->IsAnyCompilationEnabled()) { in PreCompile()
889 if (compiler_options_->AssumeClassesAreVerified()) { in PreCompile()
892 } else if (compiler_options_->IsVerificationEnabled()) { in PreCompile()
922 if (compiler_options_->AssumeClassesAreVerified() || in PreCompile()
923 compiler_options_->IsVerificationEnabled()) { in PreCompile()
947 if (!CompilerFilter::DependsOnProfile(compiler_options_->GetCompilerFilter())) { in ShouldCompileBasedOnProfile()
1430 if (!compiler_options_->IsVerificationEnabled()) { in IsSafeCast()
/art/compiler/optimizing/
Dloop_optimization.cc466 compiler_options_(&codegen.GetCompilerOptions()), in HLoopOptimization()
489 arch_loop_helper_(ArchNoOptsLoopHelper::Create(compiler_options_ != nullptr in HLoopOptimization()
490 ? compiler_options_->GetInstructionSet() in HLoopOptimization()
1543 InstructionSet isa = compiler_options_->GetInstructionSet(); in GetVectorSizeInBytes()
1554 const InstructionSetFeatures* features = compiler_options_->GetInstructionSetFeatures(); in TrySetVectorType()
1555 switch (compiler_options_->GetInstructionSet()) { in TrySetVectorType()
Dcode_generator.h278 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions()
839 const CompilerOptions& compiler_options_; variable
Dcode_generator.cc1039 compiler_options_(compiler_options), in CodeGenerator()
1566 if (can_throw_into_catch_block && compiler_options_.GetImplicitNullChecks()) { in CreateThrowingSlowPathLocations()
1574 if (compiler_options_.GetImplicitNullChecks()) { in GenerateNullCheck()
/art/dex2oat/linker/
Doat_writer.cc391 compiler_options_(compiler_options), in OatWriter()
759 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in PrepareLayout()
1001 const VerificationResults* results = writer_->compiler_options_.GetVerificationResults(); in EndClass()
1526 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_options_.GetInstructionSet())), in InitImageMethodVisitor()
1668 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_options_.GetInstructionSet())), in WriteCodeMethodVisitor()
2210 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in InitOatCode()
3024 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in WriteCode()
Dimage_writer.h666 const CompilerOptions& compiler_options_; variable
/art/dex2oat/
Dverifier_deps_test.cc82 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in SetupCompilerDriver()

12