Searched defs:compiler_options (Results 1 – 21 of 21) sorted by relevance
| /art/compiler/optimizing/ |
| D | builder.cc | 46 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in SkipCompilation() local
|
| D | optimizing_compiler.cc | 406 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in MaybeRunInliner() local 650 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions(); in TryCompile() local 940 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in JitCompile() local
|
| D | codegen_test.cc | 68 const CompilerOptions& compiler_options) in TestCodeGeneratorARM() 88 const CompilerOptions& compiler_options) in TestCodeGeneratorX86() 236 CompilerOptions compiler_options; in RunCode() local
|
| D | code_generator.h | 497 const CompilerOptions& compiler_options, in CodeGenerator()
|
| D | code_generator.cc | 559 const CompilerOptions& compiler_options, in Create()
|
| D | inliner.cc | 58 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in Run() local
|
| D | code_generator_mips64.cc | 404 const CompilerOptions& compiler_options, in CodeGeneratorMIPS64()
|
| D | code_generator_arm64.cc | 892 const CompilerOptions& compiler_options, in CodeGeneratorARM64()
|
| D | code_generator_mips.cc | 458 const CompilerOptions& compiler_options, in CodeGeneratorMIPS()
|
| D | code_generator_arm.cc | 764 const CompilerOptions& compiler_options, in CodeGeneratorARM()
|
| D | code_generator_x86_64.cc | 993 const CompilerOptions& compiler_options, in CodeGeneratorX86_64()
|
| D | code_generator_x86.cc | 782 const CompilerOptions& compiler_options, in CodeGeneratorX86()
|
| /art/compiler/ |
| D | elf_writer_quick.cc | 131 const CompilerOptions* compiler_options, in CreateElfWriterQuick() 149 const CompilerOptions* compiler_options, in ElfWriterQuick()
|
| D | oat_test.cc | 92 const std::vector<std::string>& compiler_options, in SetupCompiler() 478 std::vector<std::string> compiler_options; in TEST_F() local
|
| D | oat_writer.cc | 762 const CompilerOptions& compiler_options = writer_->compiler_driver_->GetCompilerOptions(); in VisitMethod() local
|
| /art/compiler/dex/ |
| D | verification_results.cc | 31 VerificationResults::VerificationResults(const CompilerOptions* compiler_options) in VerificationResults()
|
| /art/compiler/driver/ |
| D | compiled_method_storage_test.cc | 29 CompilerOptions compiler_options; in TEST() local
|
| D | compiler_driver.cc | 357 const CompilerOptions* compiler_options, in CompilerDriver()
|
| /art/dex2oat/ |
| D | dex2oat_test.cc | 147 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in Dex2Oat() local
|
| /art/runtime/ |
| D | oat_file_assistant.cc | 780 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in Dex2Oat() local
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 130 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage() local
|