Home
last modified time | relevance | path

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

12

/art/compiler/driver/
Dcompiler_options.cc32 CompilerOptions::CompilerOptions() in CompilerOptions() function in art::CompilerOptions
68 CompilerOptions::~CompilerOptions() { in ~CompilerOptions()
80 bool CompilerOptions::EmitRunTimeChecksInDebugMode() const { in EmitRunTimeChecksInDebugMode()
85 bool CompilerOptions::ParseDumpInitFailures(const std::string& option, std::string* error_msg) { in ParseDumpInitFailures()
99 bool CompilerOptions::ParseRegisterAllocationStrategy(const std::string& option, in ParseRegisterAllocationStrategy()
115 bool CompilerOptions::ParseCompilerOptions(const std::vector<std::string>& options, in ParseCompilerOptions()
Dcompiler_options.h38 class CompilerOptions FINAL {
52 CompilerOptions();
53 ~CompilerOptions();
363 friend bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg);
365 DISALLOW_COPY_AND_ASSIGN(CompilerOptions);
Dcompiler_driver.h63 class CompilerOptions; variable
97 CompilerDriver(const CompilerOptions* compiler_options,
141 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions()
468 const CompilerOptions* const compiler_options_;
Dcompiled_method_storage_test.cc29 CompilerOptions compiler_options; in TEST()
Dcompiler_options_map-inl.h35 inline bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg) { in ReadCompilerOptions()
/art/dex2oat/linker/
Delf_writer_quick.h28 class CompilerOptions; variable
35 const CompilerOptions* compiler_options,
Delf_writer_quick.cc101 const CompilerOptions* compiler_options,
130 const CompilerOptions* const compiler_options_;
148 const CompilerOptions* compiler_options, in CreateElfWriterQuick()
166 const CompilerOptions* compiler_options, in ElfWriterQuick()
/art/compiler/optimizing/
Dcodegen_test_utils.h64 typedef CodeGenerator* (*CreateCodegenFn)(HGraph*, const CompilerOptions&);
72 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator()
106 const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL()
150 const CompilerOptions& compiler_options) in TestCodeGeneratorARM64()
170 const CompilerOptions& compiler_options) in TestCodeGeneratorX86()
329 CompilerOptions compiler_options; in RunCode()
336 CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm_vixl32()
345 CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64()
354 CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86()
363 CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86_64()
[all …]
Dlive_ranges_test.cc68 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
114 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
163 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
240 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
317 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
393 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
Dregister_allocator_test.cc86 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Check()
103 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Loop3()
364 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
417 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in DeadPhi()
443 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
571 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
589 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
609 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
629 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in PhiHint()
[all …]
Ddead_code_elimination_test.cc50 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dlinearize_test.cc48 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dcode_generator.h63 class CompilerOptions; variable
192 const CompilerOptions& compiler_options,
259 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions()
642 const CompilerOptions& compiler_options,
746 const CompilerOptions& compiler_options_;
Dbuilder.cc82 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in SkipCompilation()
Dcodegen_test.cc719 arm::CodeGeneratorARMVIXL codegen(graph, *features.get(), CompilerOptions()); in TEST_F()
743 arm64::CodeGeneratorARM64 codegen(graph, *features.get(), CompilerOptions()); in TEST_F()
793 arm64::CodeGeneratorARM64 codegen(graph, *features.get(), CompilerOptions()); in TEST_F()
863 mips::CodeGeneratorMIPS codegenMIPS(graph, *features_mips.get(), CompilerOptions()); in TEST_F()
Dliveness_test.cc55 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Doptimizing_compiler.cc447 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in MaybeRunInliner()
770 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions(); in TryCompile()
1231 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in JitCompile()
1355 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in JitCompile()
1401 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in GenerateJitDebugInfo()
Demit_swap_mips_test.cc35 CompilerOptions()); in SetUp()
/art/compiler/dex/
Dverification_results.h38 class CompilerOptions; variable
44 explicit VerificationResults(const CompilerOptions* compiler_options);
71 const CompilerOptions* const compiler_options_;
Dverification_results.cc34 VerificationResults::VerificationResults(const CompilerOptions* compiler_options) in VerificationResults()
/art/compiler/jit/
Djit_compiler.h42 CompilerOptions* GetCompilerOptions() const { in GetCompilerOptions()
50 std::unique_ptr<CompilerOptions> compiler_options_;
Djit_compiler.cc87 compiler_options_.reset(new CompilerOptions()); in JitCompiler()
90 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits); in JitCompiler()
/art/compiler/
Dcommon_compiler_test.h34 class CompilerOptions; variable
106 std::unique_ptr<CompilerOptions> compiler_options_;
/art/cmdline/
Dcmdline_parser_test.cc441 EXPECT_SINGLE_PARSE_VALUE(opt, "-Xcompiler-option hello", M::CompilerOptions); in TEST_F()
448 M::CompilerOptions); in TEST_F()
455 M::CompilerOptions); in TEST_F()
/art/dex2oat/
Ddex2oat.cc318 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
319 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
323 UsageError(" Example: --large-method-max=%d", CompilerOptions::kDefaultLargeMethodThreshold); in Usage()
324 UsageError(" Default: %d", CompilerOptions::kDefaultLargeMethodThreshold); in Usage()
328 UsageError(" Example: --small-method-max=%d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
329 UsageError(" Default: %d", CompilerOptions::kDefaultSmallMethodThreshold); in Usage()
333 UsageError(" Example: --tiny-method-max=%d", CompilerOptions::kDefaultTinyMethodThreshold); in Usage()
334 UsageError(" Default: %d", CompilerOptions::kDefaultTinyMethodThreshold); in Usage()
340 UsageError(" Example: --num-dex-method=%d", CompilerOptions::kDefaultNumDexMethodsThreshold); in Usage()
341 UsageError(" Default: %d", CompilerOptions::kDefaultNumDexMethodsThreshold); in Usage()
[all …]

12