Home
last modified time | relevance | path

Searched refs:compiler_options (Results 1 – 25 of 33) sorted by relevance

12

/art/compiler/optimizing/
Dcodegen_test_utils.h72 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator() argument
73 return create_codegen_(graph, compiler_options); in CreateCodeGenerator()
106 const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL() argument
107 : arm::CodeGeneratorARMVIXL(graph, isa_features, compiler_options) { in TestCodeGeneratorARMVIXL()
150 const CompilerOptions& compiler_options) in TestCodeGeneratorARM64() argument
151 : arm64::CodeGeneratorARM64(graph, isa_features, compiler_options) {} in TestCodeGeneratorARM64()
170 const CompilerOptions& compiler_options) in TestCodeGeneratorX86() argument
171 : x86::CodeGeneratorX86(graph, isa_features, compiler_options) { in TestCodeGeneratorX86()
329 CompilerOptions compiler_options; in RunCode() local
331 compiler_options)); in RunCode()
[all …]
Dbuilder.cc82 const CompilerOptions& compiler_options = compiler_driver_->GetCompilerOptions(); in SkipCompilation() local
83 CompilerFilter::Filter compiler_filter = compiler_options.GetCompilerFilter(); in SkipCompilation()
89 if (compiler_options.IsHugeMethod(code_units)) { in SkipCompilation()
98 if (compiler_options.IsLargeMethod(code_units) && (number_of_branches == 0)) { in SkipCompilation()
Doptimizing_compiler.cc447 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in MaybeRunInliner() local
448 bool should_inline = (compiler_options.GetInlineMaxCodeUnits() > 0); in MaybeRunInliner()
770 const CompilerOptions& compiler_options = compiler_driver->GetCompilerOptions(); in TryCompile() local
771 if ((compiler_options.GetCompilerFilter() == CompilerFilter::kSpace) in TryCompile()
868 compiler_options.GetRegisterAllocationStrategy(); in TryCompile()
1231 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in JitCompile() local
1232 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()
1244 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
1355 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in JitCompile() local
1356 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()
[all …]
Dcode_generator.cc776 const CompilerOptions& compiler_options, in Create() argument
785 graph, *isa_features.AsArmInstructionSetFeatures(), compiler_options, stats)); in Create()
792 graph, *isa_features.AsArm64InstructionSetFeatures(), compiler_options, stats)); in Create()
799 graph, *isa_features.AsMipsInstructionSetFeatures(), compiler_options, stats)); in Create()
806 graph, *isa_features.AsMips64InstructionSetFeatures(), compiler_options, stats)); in Create()
813 graph, *isa_features.AsX86InstructionSetFeatures(), compiler_options, stats)); in Create()
820 graph, *isa_features.AsX86_64InstructionSetFeatures(), compiler_options, stats)); in Create()
834 const CompilerOptions& compiler_options, in CodeGenerator() argument
854 compiler_options_(compiler_options), in CodeGenerator()
Dcode_generator.h192 const CompilerOptions& compiler_options,
642 const CompilerOptions& compiler_options,
Dcode_generator_x86.h316 const CompilerOptions& compiler_options,
Dcode_generator_x86_64.h295 const CompilerOptions& compiler_options,
Dcode_generator_mips64.h351 const CompilerOptions& compiler_options,
Dcode_generator_mips.h368 const CompilerOptions& compiler_options,
Dcode_generator_arm_vixl.h428 const CompilerOptions& compiler_options,
/art/dex2oat/linker/
Delf_writer_quick.cc101 const CompilerOptions* compiler_options,
148 const CompilerOptions* compiler_options, in CreateElfWriterQuick() argument
153 compiler_options, in CreateElfWriterQuick()
158 compiler_options, in CreateElfWriterQuick()
166 const CompilerOptions* compiler_options, in ElfWriterQuick() argument
170 compiler_options_(compiler_options), in ElfWriterQuick()
Delf_writer_quick.h35 const CompilerOptions* compiler_options,
Doat_writer_test.cc91 const std::vector<std::string>& compiler_options, in SetupCompiler() argument
97 if (!compiler_options_->ParseCompilerOptions(compiler_options, in SetupCompiler()
526 std::vector<std::string> compiler_options; in TEST_F() local
527 compiler_options.push_back("--compiler-filter=extract"); in TEST_F()
528 SetupCompiler(compiler_kind, insn_set, compiler_options, /*out*/ &error_msg); in TEST_F()
Doat_writer.cc1150 const CompilerOptions& compiler_options = writer_->compiler_driver_->GetCompilerOptions(); in VisitMethod() local
1157 if (compiler_options.GenerateAnyDebugInfo() && code_size != 0) { in VisitMethod()
1386 const CompilerOptions& compiler_options, in LayoutReserveOffsetCodeMethodVisitor() argument
1393 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()
1394 native_debuggable_(compiler_options.GetNativeDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()
1395 generate_debug_info_(compiler_options.GenerateAnyDebugInfo()) { in LayoutReserveOffsetCodeMethodVisitor()
/art/compiler/driver/
Dcompiled_method_storage_test.cc29 CompilerOptions compiler_options; in TEST() local
30 VerificationResults verification_results(&compiler_options); in TEST()
31 CompilerDriver driver(&compiler_options, in TEST()
Dcompiler_driver.h97 CompilerDriver(const CompilerOptions* compiler_options,
/art/compiler/dex/
Dverification_results.cc34 VerificationResults::VerificationResults(const CompilerOptions* compiler_options) in VerificationResults() argument
35 : compiler_options_(compiler_options), in VerificationResults()
Dverification_results.h44 explicit VerificationResults(const CompilerOptions* compiler_options);
/art/dex2oat/
Ddex2oat_image_test.cc177 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage() local
178 argv.insert(argv.end(), compiler_options.begin(), compiler_options.end()); in CompileBootImage()
Ddex2oat_test.cc215 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in Dex2Oat() local
216 argv.insert(argv.end(), compiler_options.begin(), compiler_options.end()); in Dex2Oat()
/art/compiler/
DAndroid.bp36 "driver/compiler_options.cc",
193 "art_cmdlineparser_headers", // For compiler_options.
207 "driver/compiler_options.h",
/art/patchoat/
Dpatchoat_test.cc115 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage() local
116 argv.insert(argv.end(), compiler_options.begin(), compiler_options.end()); in CompileBootImage()
/art/compiler/jni/quick/
Djni_compiler.cc218 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in ArtJniCompileMethodInternal() local
219 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()
220 jni_asm->SetEmitRunTimeChecksInDebugMode(compiler_options.EmitRunTimeChecksInDebugMode()); in ArtJniCompileMethodInternal()
/art/runtime/
Doat_file_assistant.cc846 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in Dex2Oat() local
847 argv.insert(argv.end(), compiler_options.begin(), compiler_options.end()); in Dex2Oat()
/art/runtime/gc/space/
Dimage_space.cc150 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage() local
151 for (size_t i = 0; i < compiler_options.size(); ++i) { in GenerateImage()
152 arg_vector.push_back(compiler_options[i].c_str()); in GenerateImage()

12