/art/dex2oat/driver/ |
D | compiler_driver.cc | 287 if (Is64BitInstructionSet(GetCompilerOptions().GetInstructionSet())) { \ 288 return CreateTrampoline64(GetCompilerOptions().GetInstructionSet(), \ 292 return CreateTrampoline32(GetCompilerOptions().GetInstructionSet(), \ 334 if (GetCompilerOptions().IsBootImage()) { in CompileAll() 343 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in CompileAll() 346 if (GetCompilerOptions().GetDumpStats()) { in CompileAll() 362 DCHECK(driver.GetCompilerOptions().IsQuickeningCompilationEnabled()); in GetDexToDexCompilationLevel() 379 if (driver.GetCompilerOptions().GetDebuggable()) { in GetDexToDexCompilationLevel() 498 const VerificationResults* results = driver->GetCompilerOptions().GetVerificationResults(); in CompileMethodDex2Dex() 561 if (!driver->GetCompilerOptions().IsJniCompilationEnabled() && in CompileMethodQuick() [all …]
|
D | compiler_driver.h | 117 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
|
/art/compiler/jit/ |
D | jit_compiler.cc | 51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(), in ParseCompilerOptions() 74 for (const std::string& option : runtime->GetCompilerOptions()) { in ParseCompilerOptions() 127 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded() 142 return GetCompilerOptions().GetGenerateDebugInfo(); in GenerateDebugInfo()
|
D | jit_compiler.h | 46 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
|
/art/compiler/optimizing/ |
D | sharpening.cc | 85 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in SharpenInvokeStaticOrDirect() 165 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeLoadClassKind() 244 } else if (codegen->GetCompilerOptions().IsBootImage()) { in CanUseTypeCheckBitstring() 246 if (!codegen->GetCompilerOptions().IsImageClass(descriptor)) { in CanUseTypeCheckBitstring() 262 codegen->GetCompilerOptions().IsBootImage() && in CanUseTypeCheckBitstring() 263 codegen->GetCompilerOptions().IsForceDeterminism()) { in CanUseTypeCheckBitstring() 324 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString() 358 DCHECK(!codegen->GetCompilerOptions().GetCompilePic()); in ProcessLoadString()
|
D | x86_memory_gen.cc | 76 do_implicit_null_checks_(codegen->GetCompilerOptions().GetImplicitNullChecks()) { in X86MemoryOperandGeneration()
|
D | optimizing_compiler.cc | 293 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet()))); in GetEntryPointOf() 462 switch (codegen->GetCompilerOptions().GetInstructionSet()) { in RunBaselineOptimizations() 491 switch (codegen->GetCompilerOptions().GetInstructionSet()) { in RunArchOptimizations() 572 PrepareForRegisterAllocation(graph, codegen->GetCompilerOptions(), stats).Run(); in AllocateRegisters() 601 const std::vector<std::string>* pass_names = GetCompilerOptions().GetPassesToRun(); in RunOptimizations() 743 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile() 913 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic() 1013 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile() 1147 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile() 1237 const CompilerOptions& compiler_options = GetCompilerOptions(); in JitCompile() [all …]
|
D | optimization.cc | 217 graph, &codegen->GetCompilerOptions(), most_recent_induction, stats, pass_name); in ConstructOptimizations() 272 graph, codegen->GetCompilerOptions().GetInstructionSet(), codegen, pass_name); in ConstructOptimizations()
|
D | inliner.cc | 130 if (codegen_->GetCompilerOptions().GetInlineMaxCodeUnits() == 0) { in Run() 159 const bool honor_noinline_directives = codegen_->GetCompilerOptions().CompilingWithCoreImage(); in Run() 541 } else if (!cha_devirtualize && AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) { in TryInline() 699 const ProfileCompilationInfo* pci = codegen_->GetCompilerOptions().GetProfileCompilationInfo(); in GetInlineCacheAOT() 751 for (const DexFile* dex_file : codegen_->GetCompilerOptions().GetDexFilesForOatFile()) { in ExtractClassesFromOfflineProfile() 1460 if (IsMethodUnverified(codegen_->GetCompilerOptions(), method)) { in IsInliningAllowed() 1516 size_t inline_max_code_units = codegen_->GetCompilerOptions().GetInlineMaxCodeUnits(); in IsInliningBudgetAvailable() 1536 if (!MayInline(codegen_->GetCompilerOptions(), in TryBuildAndInline() 2041 codegen_->GetCompilerOptions().GetInstructionSet(), in TryBuildAndInlineHelper()
|
D | builder.cc | 80 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in SkipCompilation()
|
D | pc_relative_fixups_x86.cc | 232 if (!codegen_->GetCompilerOptions().GetCompilePic()) { in HandleInvoke()
|
D | codegen_test_utils.h | 281 PrepareForRegisterAllocation(graph, codegen->GetCompilerOptions()).Run(); in RunCodeNoCheck()
|
D | intrinsics.h | 249 !codegen_->GetCompilerOptions().IsBaseline()) { \
|
D | code_generator_arm64.cc | 1066 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness() 1132 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 1357 return *GetCompilerOptions().GetInstructionSetFeatures()->AsArm64InstructionSetFeatures(); in GetInstructionSetFeatures() 4228 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall() 4511 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress() 4518 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress() 4539 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic() 4592 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches() 4604 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches() 4646 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode() [all …]
|
D | code_generator_x86_64.cc | 1004 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall() 1130 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress() 1133 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress() 1150 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic() 1201 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches() 1213 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches() 1238 return *GetCompilerOptions().GetInstructionSetFeatures()->AsX86_64InstructionSetFeatures(); in GetInstructionSetFeatures() 1350 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness() 1403 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 5058 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck() [all …]
|
D | code_generator_arm_vixl.cc | 1024 return *GetCompilerOptions().GetInstructionSetFeatures()->AsArmInstructionSetFeatures(); in GetInstructionSetFeatures() 2084 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness() 2151 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 7207 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass() 7208 codegen_->GetCompilerOptions().IsBootImageExtension()); in VisitLoadClass() 7216 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass() 7432 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString() 7433 codegen_->GetCompilerOptions().IsBootImageExtension()); in VisitLoadString() 7440 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString() 8784 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck() [all …]
|
D | intrinsics.cc | 154 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeIntegerValueOfLocations()
|
D | code_generator_x86.cc | 973 return *GetCompilerOptions().GetInstructionSetFeatures()->AsX86InstructionSetFeatures(); in GetInstructionSetFeatures() 1076 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness() 1150 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry() 4976 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall() 5128 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress() 5137 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress() 5160 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic() 5218 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches() 5230 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches() 5719 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck() [all …]
|
D | code_generator.h | 273 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions() function
|
/art/compiler/ |
D | compiler.h | 109 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 663 return GetCompilerOptions().IsAnyCompilationEnabled(); in MayHaveCompiledMethods() 745 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in PrepareLayout() 1194 const CompilerOptions& compiler_options = writer_->GetCompilerOptions(); in VisitMethod() 1275 writer->GetCompilerOptions(), in LayoutReserveOffsetCodeMethodVisitor() 1584 if (writer_->GetCompilerOptions().IsBootImage() || in VisitMethod() 1585 writer_->GetCompilerOptions().IsBootImageExtension()) { in VisitMethod() 1616 return writer_->GetCompilerOptions().IsImageClass(class_descriptor); in IsImageClass() 1665 if (writer_->GetCompilerOptions().IsBootImage() || in WriteCodeMethodVisitor() 1666 writer_->GetCompilerOptions().IsBootImageExtension()) { in WriteCodeMethodVisitor() 1683 if (writer_->GetCompilerOptions().IsAotCompilationEnabled()) { in UpdateDexFileAndDexCache() [all …]
|
D | oat_writer.h | 256 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
|
D | oat_writer_test.cc | 175 compiler_driver_->GetCompilerOptions(), in DoWriteElf() 304 if (!compiler_driver_->GetCompilerOptions().IsQuickeningCompilationEnabled()) { in CheckOatWriteResult()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 531 driver_->GetCompilerOptions().GetVerifiedMethod(&dex_file, method_idx), in CompileMethod() 611 InstructionSet instruction_set = driver_->GetCompilerOptions().GetInstructionSet(); in CompileMethod()
|
/art/runtime/ |
D | common_runtime_test.cc | 443 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in StartDex2OatCommandLine() 497 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage()
|