Home
last modified time | relevance | path

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

12

/art/dex2oat/driver/
Dcompiler_driver.cc287 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 …]
Dcompiler_driver.h117 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/art/compiler/jit/
Djit_compiler.cc51 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()
Djit_compiler.h46 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/art/compiler/optimizing/
Dsharpening.cc85 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()
Dx86_memory_gen.cc76 do_implicit_null_checks_(codegen->GetCompilerOptions().GetImplicitNullChecks()) { in X86MemoryOperandGeneration()
Doptimizing_compiler.cc293 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 …]
Doptimization.cc217 graph, &codegen->GetCompilerOptions(), most_recent_induction, stats, pass_name); in ConstructOptimizations()
272 graph, codegen->GetCompilerOptions().GetInstructionSet(), codegen, pass_name); in ConstructOptimizations()
Dinliner.cc130 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()
Dbuilder.cc80 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in SkipCompilation()
Dpc_relative_fixups_x86.cc232 if (!codegen_->GetCompilerOptions().GetCompilePic()) { in HandleInvoke()
Dcodegen_test_utils.h281 PrepareForRegisterAllocation(graph, codegen->GetCompilerOptions()).Run(); in RunCodeNoCheck()
Dintrinsics.h249 !codegen_->GetCompilerOptions().IsBaseline()) { \
Dcode_generator_arm64.cc1066 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 …]
Dcode_generator_x86_64.cc1004 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 …]
Dcode_generator_arm_vixl.cc1024 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 …]
Dintrinsics.cc154 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeIntegerValueOfLocations()
Dcode_generator_x86.cc973 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 …]
Dcode_generator.h273 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions() function
/art/compiler/
Dcompiler.h109 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/art/dex2oat/linker/
Doat_writer.cc663 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 …]
Doat_writer.h256 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
Doat_writer_test.cc175 compiler_driver_->GetCompilerOptions(), in DoWriteElf()
304 if (!compiler_driver_->GetCompilerOptions().IsQuickeningCompilationEnabled()) { in CheckOatWriteResult()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc531 driver_->GetCompilerOptions().GetVerifiedMethod(&dex_file, method_idx), in CompileMethod()
611 InstructionSet instruction_set = driver_->GetCompilerOptions().GetInstructionSet(); in CompileMethod()
/art/runtime/
Dcommon_runtime_test.cc443 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in StartDex2OatCommandLine()
497 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage()

12