Home
last modified time | relevance | path

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

123

/art/compiler/driver/
Dcompiler_options.cc41 CompilerOptions::CompilerOptions() in CompilerOptions() function in art::CompilerOptions
89 CompilerOptions::~CompilerOptions() { in ~CompilerOptions()
101 bool CompilerOptions::EmitRunTimeChecksInDebugMode() const { in EmitRunTimeChecksInDebugMode()
106 bool CompilerOptions::ParseDumpInitFailures(const std::string& option, std::string* error_msg) { in ParseDumpInitFailures()
120 bool CompilerOptions::ParseRegisterAllocationStrategy(const std::string& option, in ParseRegisterAllocationStrategy()
133 bool CompilerOptions::ParseCompilerOptions(const std::vector<std::string>& options, in ParseCompilerOptions()
147 bool CompilerOptions::IsImageClass(const char* descriptor) const { in IsImageClass()
154 const VerificationResults* CompilerOptions::GetVerificationResults() const { in GetVerificationResults()
159 const VerifiedMethod* CompilerOptions::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod()
165 bool CompilerOptions::IsMethodVerifiedWithoutFailures(uint32_t method_idx, in IsMethodVerifiedWithoutFailures()
Dcompiler_options.h60 class CompilerOptions final {
86 CompilerOptions();
87 ~CompilerOptions();
505 friend bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg);
507 DISALLOW_COPY_AND_ASSIGN(CompilerOptions);
/art/compiler/
Dcompiler.h43 class CompilerOptions; variable
55 static Compiler* Create(const CompilerOptions& compiler_options,
101 Compiler(const CompilerOptions& compiler_options, in Compiler()
109 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions()
118 const CompilerOptions& compiler_options_;
Dcommon_compiler_test.h37 class CompilerOptions; variable
47 static std::unique_ptr<CompilerOptions> CreateCompilerOptions(InstructionSet instruction_set,
95 std::unique_ptr<CompilerOptions> compiler_options_;
Dcommon_compiler_test.cc47 std::unique_ptr<CompilerOptions> CommonCompilerTest::CreateCompilerOptions( in CreateCompilerOptions()
49 std::unique_ptr<CompilerOptions> compiler_options = std::make_unique<CompilerOptions>(); in CreateCompilerOptions()
163 compiler_options_.reset(new CompilerOptions); in SetUpRuntimeOptions()
259 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in ClearBootImageOption()
Dcompiler.cc30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create()
/art/dex2oat/linker/
Delf_writer_quick.h28 class CompilerOptions; variable
33 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options,
Delf_writer_quick.cc90 ElfWriterQuick(const CompilerOptions& compiler_options,
122 const CompilerOptions& compiler_options_;
139 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick()
149 ElfWriterQuick<ElfTypes>::ElfWriterQuick(const CompilerOptions& compiler_options, File* elf_file) in ElfWriterQuick()
Doat_writer.h44 class CompilerOptions; variable
123 OatWriter(const CompilerOptions& compiler_options,
252 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions()
379 const CompilerOptions& compiler_options_;
/art/compiler/optimizing/
Doptimizing_compiler.h28 class CompilerOptions; variable
31 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options,
Dcodegen_test_utils.h48 typedef CodeGenerator* (*CreateCodegenFn)(HGraph*, const CompilerOptions&);
56 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator()
88 TestCodeGeneratorARMVIXL(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL()
130 TestCodeGeneratorARM64(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARM64()
148 TestCodeGeneratorX86(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorX86()
305 const CompilerOptions& compiler_options, in RunCode()
316 inline CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_opti… in create_codegen_arm_vixl32()
322 inline CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64()
328 inline CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86()
334 inline CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options)… in create_codegen_x86_64()
Dprepare_for_register_allocation.h24 class CompilerOptions; variable
35 const CompilerOptions& compiler_options,
63 const CompilerOptions& compiler_options_;
Dcodegen_test.cc84 std::unique_ptr<CompilerOptions> compiler_options = in TestCode()
97 std::unique_ptr<CompilerOptions> compiler_options = in TestCodeLong()
450 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
507 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
576 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
687 std::unique_ptr<CompilerOptions> compiler_options = in TestComparison()
720 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
744 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
794 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
830 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F()
[all …]
Dsharpening.cc51 static bool BootImageAOTCanEmbedMethod(ArtMethod* method, const CompilerOptions& compiler_options) { in BootImageAOTCanEmbedMethod()
85 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in SharpenInvokeStaticOrDirect()
172 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeLoadClassKind()
249 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in CanUseTypeCheckBitstring()
332 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString()
Doptimizing_compiler.cc109 const CompilerOptions& compiler_options, in PassObserver()
203 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod()
271 explicit OptimizingCompiler(const CompilerOptions& compiler_options,
417 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler()
441 const CompilerOptions& compiler_options = GetCompilerOptions(); in DumpInstructionSetFeaturesToCfg()
738 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile()
906 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic()
1005 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile()
1140 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile()
1197 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler()
[all …]
Dloop_optimization.h30 class CompilerOptions; variable
274 const CompilerOptions* compiler_options_;
Dlinearize_test.cc44 std::unique_ptr<CompilerOptions> compiler_options = in TestCode()
/art/compiler/jit/
Djit_compiler.h29 class CompilerOptions; variable
47 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions()
63 std::unique_ptr<CompilerOptions> compiler_options_;
Djit_compiler.cc47 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits); in ParseCompilerOptions()
60 ? CompilerOptions::CompilerType::kSharedCodeJitCompiler in ParseCompilerOptions()
61 : CompilerOptions::CompilerType::kJitCompiler; in ParseCompilerOptions()
129 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded()
155 compiler_options_.reset(new CompilerOptions()); in JitCompiler()
/art/compiler/dex/
Dverification_results.h38 class CompilerOptions; variable
44 explicit VerificationResults(const CompilerOptions* compiler_options);
71 const CompilerOptions* const compiler_options_;
/art/compiler/jni/quick/
Djni_compiler.h28 class CompilerOptions; variable
65 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options,
/art/dex2oat/driver/
Dcompiler_driver.h64 class CompilerOptions; variable
89 CompilerDriver(const CompilerOptions* compiler_options,
117 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions()
307 const CompilerOptions* const compiler_options_;
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc42 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in CompileAll()
/art/dex2oat/
Dcommon_compiler_driver_test.cc88 compiler_options_->image_type_ = CompilerOptions::ImageType::kBootImage; in CreateCompilerDriver()
Ddex2oat.cc349 UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
350 UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold); in Usage()
354 UsageError(" Example: --large-method-max=%d", CompilerOptions::kDefaultLargeMethodThreshold); in Usage()
355 UsageError(" Default: %d", CompilerOptions::kDefaultLargeMethodThreshold); in Usage()
361 UsageError(" Example: --num-dex-method=%d", CompilerOptions::kDefaultNumDexMethodsThreshold); in Usage()
362 UsageError(" Default: %d", CompilerOptions::kDefaultNumDexMethodsThreshold); in Usage()
369 CompilerOptions::kDefaultInlineMaxCodeUnits); in Usage()
370 UsageError(" Default: %d", CompilerOptions::kDefaultInlineMaxCodeUnits); in Usage()
907 compiler_options_->compiler_type_ = CompilerOptions::CompilerType::kAotCompiler; in ProcessOptions()
922 DCHECK(compiler_options_->image_type_ == CompilerOptions::ImageType::kNone); in ProcessOptions()
[all …]

123