/art/compiler/driver/ |
D | compiler_options.cc | 41 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()
|
D | compiler_options.h | 60 class CompilerOptions final { 86 CompilerOptions(); 87 ~CompilerOptions(); 501 friend bool ReadCompilerOptions(Base& map, CompilerOptions* options, std::string* error_msg); 503 DISALLOW_COPY_AND_ASSIGN(CompilerOptions);
|
/art/compiler/ |
D | compiler.h | 43 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_;
|
D | common_compiler_test.h | 37 class CompilerOptions; variable 47 static std::unique_ptr<CompilerOptions> CreateCompilerOptions(InstructionSet instruction_set, 98 std::unique_ptr<CompilerOptions> compiler_options_;
|
D | common_compiler_test.cc | 127 std::unique_ptr<CompilerOptions> CommonCompilerTestImpl::CreateCompilerOptions( in CreateCompilerOptions() 129 std::unique_ptr<CompilerOptions> compiler_options = std::make_unique<CompilerOptions>(); in CreateCompilerOptions() 211 compiler_options_.reset(new CompilerOptions); in SetUpRuntimeOptionsImpl() 311 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in ClearBootImageOption()
|
D | compiler.cc | 30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create()
|
/art/compiler/optimizing/ |
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() 313 const CompilerOptions& compiler_options, in RunCode() 324 inline CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_opti… in create_codegen_arm_vixl32() 330 inline CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64() 336 inline CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86() 342 inline CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options)… in create_codegen_x86_64()
|
D | optimizing_compiler.h | 28 class CompilerOptions; variable 31 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options,
|
D | prepare_for_register_allocation.h | 24 class CompilerOptions; variable 35 const CompilerOptions& compiler_options, 63 const CompilerOptions& compiler_options_;
|
D | codegen_test.cc | 84 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 …]
|
D | sharpening.cc | 51 static bool BootImageAOTCanEmbedMethod(ArtMethod* method, const CompilerOptions& compiler_options) { in BootImageAOTCanEmbedMethod() 88 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in SharpenLoadMethod() 172 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeLoadClassKind() 297 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in CanUseTypeCheckBitstring() 380 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString()
|
D | optimizing_compiler.cc | 109 const CompilerOptions& compiler_options, in PassObserver() 205 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod() 273 explicit OptimizingCompiler(const CompilerOptions& compiler_options, 419 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler() 443 const CompilerOptions& compiler_options = GetCompilerOptions(); in DumpInstructionSetFeaturesToCfg() 752 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile() 917 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic() 1015 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile() 1154 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile() 1214 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler() [all …]
|
D | loop_optimization.h | 30 class CompilerOptions; variable 277 const CompilerOptions* compiler_options_;
|
D | intrinsics.cc | 149 static bool CanReferenceBootImageObjects(HInvoke* invoke, const CompilerOptions& compiler_options) { in CanReferenceBootImageObjects() 171 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeIntegerValueOfLocations() 282 HInvoke* invoke, const CompilerOptions& compiler_options) { in ComputeIntegerValueOfInfo()
|
D | linearize_test.cc | 44 std::unique_ptr<CompilerOptions> compiler_options = in TestCode()
|
/art/compiler/jit/ |
D | jit_compiler.h | 29 class CompilerOptions; variable 47 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() 63 std::unique_ptr<CompilerOptions> compiler_options_;
|
D | jit_compiler.cc | 47 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/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 | 88 ElfWriterQuick(const CompilerOptions& compiler_options, 120 const CompilerOptions& compiler_options_; 137 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick() 147 ElfWriterQuick<ElfTypes>::ElfWriterQuick(const CompilerOptions& compiler_options, File* elf_file) in ElfWriterQuick()
|
D | oat_writer.h | 44 class CompilerOptions; variable 117 OatWriter(const CompilerOptions& compiler_options, 242 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() 368 const CompilerOptions& compiler_options_;
|
/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 | 62 class CompilerOptions; variable 87 CompilerDriver(const CompilerOptions* compiler_options, 115 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() 300 const CompilerOptions* const compiler_options_;
|
/art/dex2oat/ |
D | common_compiler_driver_test.cc | 87 compiler_options_->image_type_ = CompilerOptions::ImageType::kBootImage; in CreateCompilerDriver()
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 446 EXPECT_SINGLE_PARSE_VALUE(opt, "-Xcompiler-option hello", M::CompilerOptions); in TEST_F() 453 M::CompilerOptions); in TEST_F() 460 M::CompilerOptions); in TEST_F()
|