Home
last modified time | relevance | path

Searched defs:compiler_options (Results 1 – 18 of 18) sorted by relevance

/art/compiler/dex/quick/
Dquick_cfi_test.cc52 CompilerOptions compiler_options( in TestImpl() local
Dquick_compiler.cc834 const auto& compiler_options = driver->GetCompilerOptions(); in QuickCompiler() local
/art/compiler/dex/
Dverification_results.cc31 VerificationResults::VerificationResults(const CompilerOptions* compiler_options) in VerificationResults()
Dmir_analysis.cc1108 const CompilerOptions& compiler_options = cu_->compiler_driver->GetCompilerOptions(); in SkipCompilation() local
/art/compiler/optimizing/
Dinliner.cc42 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in Run() local
Dcodegen_test.cc62 const CompilerOptions& compiler_options) in TestCodeGeneratorARM()
82 const CompilerOptions& compiler_options) in TestCodeGeneratorX86()
145 CompilerOptions compiler_options; in RunCodeBaseline() local
216 CompilerOptions compiler_options; in RunCodeOptimized() local
Dcode_generator.h341 const CompilerOptions& compiler_options) in CodeGenerator()
Doptimizing_compiler.cc519 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions(); in TryCompile() local
Dcode_generator.cc448 const CompilerOptions& compiler_options) { in Create()
Dbuilder.cc235 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in SkipCompilation() local
Dcode_generator_arm64.cc403 const CompilerOptions& compiler_options) in CodeGeneratorARM64()
Dcode_generator_mips64.cc397 const CompilerOptions& compiler_options) in CodeGeneratorMIPS64()
Dcode_generator_arm.cc379 const CompilerOptions& compiler_options) in CodeGeneratorARM()
Dcode_generator_x86.cc372 const CompilerOptions& compiler_options) in CodeGeneratorX86()
Dcode_generator_x86_64.cc432 const CompilerOptions& compiler_options) in CodeGeneratorX86_64()
/art/runtime/
Doat_file_assistant.cc735 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CopyProfileFile() local
/art/runtime/gc/space/
Dimage_space.cc224 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage() local
/art/compiler/driver/
Dcompiler_driver.cc347 CompilerDriver::CompilerDriver(const CompilerOptions* compiler_options, in CompilerDriver()