Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dcodegen_test_utils.h61 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator()
93 TestCodeGeneratorARMVIXL(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL()
135 TestCodeGeneratorARM64(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARM64()
153 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 inline CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64()
332 inline CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86()
338 inline CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options)… in create_codegen_x86_64()
Dsharpening.cc51 static bool ImageAOTCanEmbedMethod(ArtMethod* method, const CompilerOptions& compiler_options) { in ImageAOTCanEmbedMethod()
90 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in SharpenLoadMethod() local
179 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeLoadClassKind() local
326 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in CanUseTypeCheckBitstring() local
409 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString() local
486 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadMethodType() local
Dprofiling_info_builder.cc46 const CompilerOptions& compiler_options, in EncodeInlinedDexPc()
64 static uint32_t EncodeDexPc(HInvoke* invoke, const CompilerOptions& compiler_options) { in EncodeDexPc()
133 const CompilerOptions& compiler_options, in GetInlineCache()
Dcodegen_test.cc90 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
103 std::unique_ptr<CompilerOptions> compiler_options = in TestCodeLong() local
455 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
510 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
576 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
654 std::unique_ptr<CompilerOptions> compiler_options = in TestComparison() local
738 std::unique_ptr<CompilerOptions> compiler_options = in TestPackedSwitch() local
754 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
777 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
826 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
[all …]
Doptimizing_compiler.cc86 const CompilerOptions& compiler_options) in PassObserver()
184 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod()
390 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler()
413 const CompilerOptions& compiler_options = GetCompilerOptions(); in DumpInstructionSetFeaturesToCfg() local
814 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile() local
1031 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic() local
1136 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile() local
1257 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile() local
1313 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler()
1329 const CompilerOptions& compiler_options = GetCompilerOptions(); in JitCompile() local
[all …]
Dintrinsics.cc68 static bool CanReferenceBootImageObjects(HInvoke* invoke, const CompilerOptions& compiler_options) { in CanReferenceBootImageObjects()
91 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeValueOfLocations() local
124 const CompilerOptions& compiler_options, in ComputeValueOfInfo()
Dfast_compiler.h52 [[maybe_unused]] const CompilerOptions& compiler_options, in Compile()
Dbuilder.cc72 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in SkipCompilation() local
Dlinearize_test.cc45 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
Dprepare_for_register_allocation.cc31 const CompilerOptions& compiler_options, in PrepareForRegisterAllocationVisitor()
Dliveness_test.cc51 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
Dscheduler_test.cc173 std::unique_ptr<CompilerOptions> compiler_options = in CompileWithRandomSchedulerAndRun() local
Dfast_compiler_arm64.cc112 const CompilerOptions& compiler_options, in FastCompilerARM64()
2279 const CompilerOptions& compiler_options, in CompileARM64()
Dinstruction_builder.cc1614 static bool IsInImage(ObjPtr<mirror::Class> cls, const CompilerOptions& compiler_options) in IsInImage()
1728 const CompilerOptions& compiler_options) in HasTrivialInitialization()
1768 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in IsInitialized() local
Dcode_generator.cc941 const CompilerOptions& compiler_options, in Create()
990 const CompilerOptions& compiler_options, in CodeGenerator()
/art/compiler/
Dcompiler.cc30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, CompiledCodeStorage* storage) { in Create()
Dcompiler.h95 Compiler(const CompilerOptions& compiler_options, in Compiler()
Dcommon_compiler_test.cc192 std::unique_ptr<CompilerOptions> compiler_options = std::make_unique<CompilerOptions>(); in CreateCompilerOptions() local
/art/dex2oat/linker/
Delf_writer_quick.cc139 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick()
149 ElfWriterQuick<ElfTypes>::ElfWriterQuick(const CompilerOptions& compiler_options, File* elf_file) in ElfWriterQuick()
Doat_writer_test.cc95 void SetupCompiler(const std::vector<std::string>& compiler_options) { in SetupCompiler()
595 std::vector<std::string> compiler_options; in TEST_F() local
Doat_writer.cc373 OatWriter::OatWriter(const CompilerOptions& compiler_options, in OatWriter()
1072 const CompilerOptions& compiler_options = writer_->GetCompilerOptions(); in VisitMethod() local
1308 const CompilerOptions& compiler_options, in LayoutReserveOffsetCodeMethodVisitor()
1379 const CompilerOptions& compiler_options = writer->GetCompilerOptions(); in InitMapMethodVisitor() local
/art/compiler/jit/
Djit_compiler.cc139 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded() local
/art/runtime/
Dcommon_runtime_test.cc450 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in StartDex2OatCommandLine() local
505 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage() local
/art/compiler/jni/quick/
Djni_compiler.cc78 static JniCompiledMethod ArtJniCompileMethodInternal(const CompilerOptions& compiler_options, in ArtJniCompileMethodInternal()
770 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options, in ArtQuickJniCompileMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc256 const CompilerOptions* compiler_options, in CompilerDriver()
415 static bool ShouldCompileBasedOnProfile(const CompilerOptions& compiler_options, in ShouldCompileBasedOnProfile()
483 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick() local
511 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick() local
2231 const CompilerOptions& compiler_options = manager_->GetCompiler()->GetCompilerOptions(); in TryInitializeClass() local
2673 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileDexFile() local

12