Home
last modified time | relevance | path

Searched refs:CompilerOptions (Results 1 – 25 of 43) sorted by relevance

12

/art/compiler/driver/
Dcompiler_options.h31 class CompilerOptions FINAL {
61 CompilerOptions();
62 ~CompilerOptions();
64 CompilerOptions(CompilerFilter compiler_filter,
94 return compiler_filter_ == CompilerOptions::kVerifyAtRuntime; in VerifyAtRuntime()
98 return compiler_filter_ != CompilerOptions::kVerifyNone && in IsCompilationEnabled()
99 compiler_filter_ != CompilerOptions::kInterpretOnly && in IsCompilationEnabled()
100 compiler_filter_ != CompilerOptions::kVerifyAtRuntime; in IsCompilationEnabled()
104 return compiler_filter_ != CompilerOptions::kVerifyNone && in IsVerificationEnabled()
105 compiler_filter_ != CompilerOptions::kVerifyAtRuntime; in IsVerificationEnabled()
[all …]
Dcompiler_options.cc23 CompilerOptions::CompilerOptions() in CompilerOptions() function in art::CompilerOptions
46 CompilerOptions::~CompilerOptions() { in ~CompilerOptions()
51 CompilerOptions::CompilerOptions(CompilerFilter compiler_filter, in CompilerOptions() function in art::CompilerOptions
Dcompiler_driver.h58 class CompilerOptions; variable
99 explicit CompilerDriver(const CompilerOptions* compiler_options,
142 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions()
617 const CompilerOptions* const compiler_options_;
/art/compiler/dex/quick/
Dquick_cfi_test.cc52 CompilerOptions compiler_options( in TestImpl()
53 CompilerOptions::kDefaultCompilerFilter, in TestImpl()
54 CompilerOptions::kDefaultHugeMethodThreshold, in TestImpl()
55 CompilerOptions::kDefaultLargeMethodThreshold, in TestImpl()
56 CompilerOptions::kDefaultSmallMethodThreshold, in TestImpl()
57 CompilerOptions::kDefaultTinyMethodThreshold, in TestImpl()
58 CompilerOptions::kDefaultNumDexMethodsThreshold, in TestImpl()
59 CompilerOptions::kDefaultInlineDepthLimit, in TestImpl()
60 CompilerOptions::kDefaultInlineMaxCodeUnits, in TestImpl()
62 CompilerOptions::kDefaultTopKProfileThreshold, in TestImpl()
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc35 compiler_options_.reset(new CompilerOptions( in Prepare()
36 CompilerOptions::kDefaultCompilerFilter, in Prepare()
37 CompilerOptions::kDefaultHugeMethodThreshold, in Prepare()
38 CompilerOptions::kDefaultLargeMethodThreshold, in Prepare()
39 CompilerOptions::kDefaultSmallMethodThreshold, in Prepare()
40 CompilerOptions::kDefaultTinyMethodThreshold, in Prepare()
41 CompilerOptions::kDefaultNumDexMethodsThreshold, in Prepare()
42 CompilerOptions::kDefaultInlineDepthLimit, in Prepare()
43 CompilerOptions::kDefaultInlineMaxCodeUnits, in Prepare()
45 CompilerOptions::kDefaultTopKProfileThreshold, in Prepare()
[all …]
/art/compiler/jit/
Djit_compiler.cc67 compiler_options_.reset(new CompilerOptions( in JitCompiler()
68 CompilerOptions::kDefaultCompilerFilter, in JitCompiler()
69 CompilerOptions::kDefaultHugeMethodThreshold, in JitCompiler()
70 CompilerOptions::kDefaultLargeMethodThreshold, in JitCompiler()
71 CompilerOptions::kDefaultSmallMethodThreshold, in JitCompiler()
72 CompilerOptions::kDefaultTinyMethodThreshold, in JitCompiler()
73 CompilerOptions::kDefaultNumDexMethodsThreshold, in JitCompiler()
74 CompilerOptions::kDefaultInlineDepthLimit, in JitCompiler()
75 CompilerOptions::kDefaultInlineMaxCodeUnits, in JitCompiler()
77 CompilerOptions::kDefaultTopKProfileThreshold, in JitCompiler()
[all …]
Djit_compiler.h53 std::unique_ptr<CompilerOptions> compiler_options_;
/art/compiler/dex/
Dverification_results.h36 class CompilerOptions; variable
42 explicit VerificationResults(const CompilerOptions* compiler_options);
60 const CompilerOptions* const compiler_options_;
Dverification_results.cc31 VerificationResults::VerificationResults(const CompilerOptions* compiler_options) in VerificationResults()
114 if ((compiler_options_->GetCompilerFilter() != CompilerOptions::kEverything) && in IsCandidateForCompilation()
Dmir_analysis.cc1108 const CompilerOptions& compiler_options = cu_->compiler_driver->GetCompilerOptions(); in SkipCompilation()
1109 CompilerOptions::CompilerFilter compiler_filter = compiler_options.GetCompilerFilter(); in SkipCompilation()
1110 if (compiler_filter == CompilerOptions::kEverything) { in SkipCompilation()
1126 case CompilerOptions::kBalanced: in SkipCompilation()
1130 case CompilerOptions::kSpace: in SkipCompilation()
1134 case CompilerOptions::kSpeed: in SkipCompilation()
1135 case CompilerOptions::kTime: in SkipCompilation()
1166 } else if (compiler_filter == CompilerOptions::kSpeed) { in SkipCompilation()
/art/dex2oat/
Ddex2oat.cc258 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
259 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
263 UsageError(" Example: --large-method-max=%d", CompilerOptions::kDefaultLargeMethodThreshold); in Usage()
264 UsageError(" Default: %d", CompilerOptions::kDefaultLargeMethodThreshold); in Usage()
268 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
269 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
273 UsageError(" Example: --tiny-method-max=%d", CompilerOptions::kDefaultTinyMethodThreshold); in Usage()
274 UsageError(" Default: %d", CompilerOptions::kDefaultTinyMethodThreshold); in Usage()
280 UsageError(" Example: --num-dex-method=%d", CompilerOptions::kDefaultNumDexMethodsThreshold); in Usage()
281 UsageError(" Default: %d", CompilerOptions::kDefaultNumDexMethodsThreshold); in Usage()
[all …]
/art/compiler/optimizing/
Dregister_allocator_test.cc48 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Check()
66 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
308 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
342 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
397 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
421 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
522 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
539 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
558 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
577 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
[all …]
Dlive_ranges_test.cc71 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
119 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
170 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
249 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
407 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
Dcode_generator.h136 const CompilerOptions& compiler_options);
197 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions()
341 const CompilerOptions& compiler_options) in CodeGenerator()
443 const CompilerOptions& compiler_options_;
Ddead_code_elimination_test.cc46 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Doptimizing_cfi_test.cc45 CompilerOptions opts; in TestImpl()
Dlinearize_test.cc52 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dcodegen_test.cc62 const CompilerOptions& compiler_options) in TestCodeGeneratorARM()
82 const CompilerOptions& compiler_options) in TestCodeGeneratorX86()
145 CompilerOptions compiler_options; in RunCodeBaseline()
216 CompilerOptions compiler_options; in RunCodeOptimized()
Doptimizing_compiler.cc250 (driver->GetCompilerOptions().GetCompilerFilter() != CompilerOptions::kTime) in OptimizingCompiler()
519 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions(); in TryCompile()
520 if ((compiler_options.GetCompilerFilter() == CompilerOptions::kSpace) in TryCompile()
Dliveness_test.cc59 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dinliner.cc42 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in Run()
/art/compiler/
Dcommon_compiler_test.h33 class CompilerOptions; variable
91 std::unique_ptr<CompilerOptions> compiler_options_;
Doat_test.cc88 compiler_options_.reset(new CompilerOptions); in TEST_F()
/art/cmdline/
Dcmdline_parser_test.cc402 EXPECT_SINGLE_PARSE_VALUE(opt, "-Xcompiler-option hello", M::CompilerOptions); in TEST_F()
409 M::CompilerOptions); in TEST_F()
416 M::CompilerOptions); in TEST_F()
/art/compiler/linker/
Drelative_patcher_test.h235 CompilerOptions compiler_options_;

12