/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 250 (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()
|
D | inliner.cc | 42 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()
|
D | code_generator.h | 197 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions() function
|
D | builder.cc | 235 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in SkipCompilation() 662 || compiler_driver_->GetCompilerOptions().GetCompilePic()); in BuildInvoke()
|
D | code_generator_arm64.cc | 491 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 2395 if (codegen_->GetCompilerOptions().GetImplicitNullChecks()) { in VisitNullCheck()
|
D | code_generator_x86.cc | 478 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 3501 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck() 3542 if (codegen_->GetCompilerOptions().GetImplicitNullChecks()) { in VisitNullCheck()
|
D | code_generator_x86_64.cc | 514 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 3376 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck() 3417 if (codegen_->GetCompilerOptions().GetImplicitNullChecks()) { in VisitNullCheck()
|
/art/compiler/ |
D | elf_writer_quick.cc | 194 if (compiler_driver_->GetCompilerOptions().GetGenerateDebugInfo()) { in Write() 241 if (compiler_driver_->GetCompilerOptions().GetIncludePatchInformation()) { in Write()
|
D | oat_writer.cc | 354 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) { in InitCodeMethodVisitor() 452 if (writer_->compiler_driver_->GetCompilerOptions().GetGenerateDebugInfo()) { in VisitMethod()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 632 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()
|
D | gen_common.cc | 291 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()
|
D | codegen_util.cc | 673 bool generate_src_map = cu_->compiler_driver->GetCompilerOptions().GetGenerateDebugInfo(); in CreateMappingTables() 1074 cu->compiler_driver->GetCompilerOptions().GetGenerateDebugInfo(), in Mir2Lir()
|
D | gen_invoke.cc | 881 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in GenDalvikArgs()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 170 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/ |
D | call_x86.cc | 177 cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in GenEntrySequence() 216 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in GenEntrySequence()
|
/art/compiler/dex/ |
D | mir_analysis.cc | 1068 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/ |
D | call_arm.cc | 159 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/ |
D | compiler_driver.cc | 515 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()
|
D | compiler_driver.h | 142 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 292 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks(); in GenEntrySequence()
|
D | utility_mips.cc | 836 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) { in ForceImplicitNullCheck()
|
/art/runtime/ |
D | runtime.h | 158 const std::vector<std::string>& GetCompilerOptions() const { in GetCompilerOptions() function
|
D | oat_file_assistant.cc | 735 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CopyProfileFile()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 97 jni_asm->cfi().SetEnabled(driver->GetCompilerOptions().GetGenerateDebugInfo()); in ArtJniCompileMethodInternal()
|
/art/dex2oat/ |
D | dex2oat.cc | 1611 CompilerOptions* GetCompilerOptions() const { in GetCompilerOptions() function in art::FINAL
|