Home
last modified time | relevance | path

Searched refs:GetCompilerOptions (Results 1 – 25 of 27) sorted by relevance

12

/art/compiler/optimizing/
Doptimizing_compiler.cc250 (driver->GetCompilerOptions().GetCompilerFilter() != CompilerOptions::kTime) in OptimizingCompiler()
251 && !driver->GetCompilerOptions().GetDebuggable()), in OptimizingCompiler()
413 if (compiler_driver->GetCompilerOptions().GetGenerateDebugInfo()) { in CompileOptimized()
450 if (compiler_driver->GetCompilerOptions().GetGenerateDebugInfo()) { in CompileBaseline()
519 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions(); in TryCompile()
534 compiler_driver->GetCompilerOptions().GetDebuggable()); in TryCompile()
545 compiler_driver->GetCompilerOptions())); in TryCompile()
552 compiler_driver->GetCompilerOptions().GetGenerateDebugInfo()); in TryCompile()
633 if (compiler_driver->GetCompilerOptions().VerifyAtRuntime()) { in Compile()
Dinliner.cc42 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in Run()
106 size_t inline_max_code_units = compiler_driver_->GetCompilerOptions().GetInlineMaxCodeUnits(); in TryInline()
227 if (depth_ + 1 < compiler_driver_->GetCompilerOptions().GetInlineDepthLimit()) { in TryBuildAndInline()
Dcode_generator.h197 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions() function
Dbuilder.cc235 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in SkipCompilation()
662 || compiler_driver_->GetCompilerOptions().GetCompilePic()); in BuildInvoke()
Dcode_generator_arm64.cc491 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
2395 if (codegen_->GetCompilerOptions().GetImplicitNullChecks()) { in VisitNullCheck()
Dcode_generator_x86.cc478 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
3501 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck()
3542 if (codegen_->GetCompilerOptions().GetImplicitNullChecks()) { in VisitNullCheck()
Dcode_generator_x86_64.cc514 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
3376 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck()
3417 if (codegen_->GetCompilerOptions().GetImplicitNullChecks()) { in VisitNullCheck()
/art/compiler/
Delf_writer_quick.cc194 if (compiler_driver_->GetCompilerOptions().GetGenerateDebugInfo()) { in Write()
241 if (compiler_driver_->GetCompilerOptions().GetIncludePatchInformation()) { in Write()
Doat_writer.cc354 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) { in InitCodeMethodVisitor()
452 if (writer_->compiler_driver_->GetCompilerOptions().GetGenerateDebugInfo()) { in VisitMethod()
/art/compiler/dex/quick/
Dquick_compiler.cc632 DCHECK(driver->GetCompilerOptions().IsCompilationEnabled()); in Compile()
669 if (driver->GetCompilerOptions().HasVerboseMethods()) { in Compile()
670 cu.verbose = driver->GetCompilerOptions().IsVerboseMethod(PrettyMethod(method_idx, dex_file)); in Compile()
834 const auto& compiler_options = driver->GetCompilerOptions(); in QuickCompiler()
Dgen_common.cc291 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenNullCheck()
310 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in MarkPossibleNullPointerException()
320 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in MarkPossibleNullPointerExceptionAfter()
329 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in MarkPossibleStackOverflowException()
335 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in ForceImplicitNullCheck()
2105 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitSuspendChecks()) { in GenSuspendTest()
2123 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitSuspendChecks()) { in GenSuspendTestAndBranch()
Dcodegen_util.cc673 bool generate_src_map = cu_->compiler_driver->GetCompilerOptions().GetGenerateDebugInfo(); in CreateMappingTables()
1074 cu->compiler_driver->GetCompilerOptions().GetGenerateDebugInfo(), in Mir2Lir()
Dgen_invoke.cc881 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenDalvikArgs()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc170 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenMonitorEnter()
223 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenMonitorExit()
325 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks(); in GenEntrySequence()
/art/compiler/dex/quick/x86/
Dcall_x86.cc177 cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in GenEntrySequence()
216 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in GenEntrySequence()
/art/compiler/dex/
Dmir_analysis.cc1068 if (cu_->compiler_driver->GetCompilerOptions().IsSmallMethod(GetNumDalvikInsns()) && in ComputeSkipCompilation()
1094 if (cu_->compiler_driver->GetCompilerOptions().IsSmallMethod(GetNumDalvikInsns()) && in ComputeSkipCompilation()
1108 const CompilerOptions& compiler_options = cu_->compiler_driver->GetCompilerOptions(); in SkipCompilation()
/art/compiler/dex/quick/arm/
Dcall_arm.cc159 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenMonitorEnter()
241 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenMonitorExit()
389 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks(); in GenEntrySequence()
/art/compiler/driver/
Dcompiler_driver.cc515 if (runtime->UseJit() || GetCompilerOptions().VerifyAtRuntime()) { in GetDexToDexCompilationlevel()
648 if (had_hard_verifier_failure_ && GetCompilerOptions().AbortOnHardVerifierFailure()) { in PreCompile()
1142 if (GetCompilerOptions().GetCompilePic()) { in CanEmbedTypeInCode()
1177 *use_direct_type_ptr = !GetCompilerOptions().GetIncludePatchInformation(); in CanEmbedTypeInCode()
1371 bool use_dex_cache = GetCompilerOptions().GetCompilePic(); // Off by default in GetCodeAndMethodForDirectCall()
1375 GetCompilerOptions().GetIncludePatchInformation()); in GetCodeAndMethodForDirectCall()
2072 GetCompilerOptions().GetInitFailureOutput(); in InitializeClass()
2316 bool compile_pic = GetCompilerOptions().GetCompilePic(); // Off by default in CompileMethod()
Dcompiler_driver.h142 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/art/compiler/dex/quick/mips/
Dcall_mips.cc292 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks(); in GenEntrySequence()
Dutility_mips.cc836 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in ForceImplicitNullCheck()
/art/runtime/
Druntime.h158 const std::vector<std::string>& GetCompilerOptions() const { in GetCompilerOptions() function
Doat_file_assistant.cc735 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CopyProfileFile()
/art/compiler/jni/quick/
Djni_compiler.cc97 jni_asm->cfi().SetEnabled(driver->GetCompilerOptions().GetGenerateDebugInfo()); in ArtJniCompileMethodInternal()
/art/dex2oat/
Ddex2oat.cc1611 CompilerOptions* GetCompilerOptions() const { in GetCompilerOptions() function in art::FINAL

12