/art/compiler/driver/ |
D | compiler_options.cc | 41 CompilerOptions::CompilerOptions() in CompilerOptions() function in art::CompilerOptions 86 CompilerOptions::~CompilerOptions() { in ~CompilerOptions() 98 bool CompilerOptions::EmitRunTimeChecksInDebugMode() const { in EmitRunTimeChecksInDebugMode() 103 bool CompilerOptions::ParseDumpInitFailures(const std::string& option, std::string* error_msg) { in ParseDumpInitFailures() 117 bool CompilerOptions::ParseRegisterAllocationStrategy(const std::string& option, in ParseRegisterAllocationStrategy() 130 bool CompilerOptions::ParseCompilerOptions(const std::vector<std::string>& options, in ParseCompilerOptions() 144 bool CompilerOptions::IsImageClass(const char* descriptor) const { in IsImageClass() 151 const VerificationResults* CompilerOptions::GetVerificationResults() const { in GetVerificationResults() 156 const VerifiedMethod* CompilerOptions::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod() 162 bool CompilerOptions::IsMethodVerifiedWithoutFailures(uint32_t method_idx, in IsMethodVerifiedWithoutFailures() [all …]
|
D | compiler_options.h | 60 class CompilerOptions final { 79 CompilerOptions(); 80 ~CompilerOptions(); 474 friend bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg); 476 DISALLOW_COPY_AND_ASSIGN(CompilerOptions);
|
/art/compiler/ |
D | compiler.h | 42 class CompilerOptions; variable 54 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_;
|
D | common_compiler_test.h | 37 class CompilerOptions; variable 92 std::unique_ptr<CompilerOptions> compiler_options_;
|
D | compiler.cc | 30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create()
|
D | common_compiler_test.cc | 152 compiler_options_.reset(new CompilerOptions); in SetUpRuntimeOptions() 248 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in ClearBootImageOption()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.h | 28 class CompilerOptions; variable 33 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options,
|
D | elf_writer_quick.cc | 90 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()
|
D | oat_writer.h | 44 class CompilerOptions; variable 123 OatWriter(const CompilerOptions& compiler_options, 256 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() 385 const CompilerOptions& compiler_options_;
|
/art/compiler/optimizing/ |
D | optimizing_compiler.h | 28 class CompilerOptions; variable 31 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options,
|
D | codegen_test_utils.h | 48 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 CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm_vixl32() 322 CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64() 328 CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86() 334 CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86_64()
|
D | prepare_for_register_allocation.h | 24 class CompilerOptions; variable 35 const CompilerOptions& compiler_options, 63 const CompilerOptions& compiler_options_;
|
D | loop_optimization.h | 30 class CompilerOptions; variable 41 const CompilerOptions* compiler_options, 266 const CompilerOptions* compiler_options_;
|
D | sharpening.cc | 51 static bool BootImageAOTCanEmbedMethod(ArtMethod* method, const CompilerOptions& compiler_options) { in BootImageAOTCanEmbedMethod() 85 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in SharpenInvokeStaticOrDirect() 165 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeLoadClassKind() 324 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString()
|
D | optimizing_compiler.cc | 110 const CompilerOptions& compiler_options, in PassObserver() 203 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod() 270 explicit OptimizingCompiler(const CompilerOptions& compiler_options, 422 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler() 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() 1204 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler() 1237 const CompilerOptions& compiler_options = GetCompilerOptions(); in JitCompile() [all …]
|
D | code_generator.h | 62 class CompilerOptions; variable 190 const CompilerOptions& compiler_options, 273 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions() 693 const CompilerOptions& compiler_options, 800 const CompilerOptions& compiler_options_;
|
/art/compiler/jit/ |
D | jit_compiler.h | 28 class CompilerOptions; variable 46 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() 62 std::unique_ptr<CompilerOptions> compiler_options_;
|
D | jit_compiler.cc | 47 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits); in ParseCompilerOptions() 110 CompilerOptions::IsCoreImageFilename(runtime->GetImageLocation()); in ParseCompilerOptions() 127 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded() 153 compiler_options_.reset(new CompilerOptions()); in JitCompiler()
|
/art/compiler/dex/ |
D | verification_results.h | 38 class CompilerOptions; variable 44 explicit VerificationResults(const CompilerOptions* compiler_options); 71 const CompilerOptions* const compiler_options_;
|
/art/compiler/jni/quick/ |
D | jni_compiler.h | 28 class CompilerOptions; variable 65 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options,
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 64 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/ |
D | dex_to_dex_decompiler_test.cc | 42 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in CompileAll()
|
/art/dex2oat/ |
D | common_compiler_driver_test.cc | 88 compiler_options_->image_type_ = CompilerOptions::ImageType::kBootImage; in CreateCompilerDriver()
|
D | dex2oat.cc | 349 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() 906 DCHECK(compiler_options_->image_type_ == CompilerOptions::ImageType::kNone); in ProcessOptions() 911 ? CompilerOptions::ImageType::kBootImage in ProcessOptions() [all …]
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 447 EXPECT_SINGLE_PARSE_VALUE(opt, "-Xcompiler-option hello", M::CompilerOptions); in TEST_F() 454 M::CompilerOptions); in TEST_F() 461 M::CompilerOptions); in TEST_F()
|