Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dcodegen_test_utils.h56 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 … CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { 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()
Dsharpening.cc51 static bool BootImageAOTCanEmbedMethod(ArtMethod* method, const CompilerOptions& compiler_options) { in BootImageAOTCanEmbedMethod()
88 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in SharpenLoadMethod() local
172 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeLoadClassKind() local
316 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in CanUseTypeCheckBitstring() local
399 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString() local
Dcodegen_test.cc84 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
97 std::unique_ptr<CompilerOptions> compiler_options = in TestCodeLong() local
450 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
507 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
576 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
687 std::unique_ptr<CompilerOptions> compiler_options = in TestComparison() local
720 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
744 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
794 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
830 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
[all …]
Doptimizing_compiler.cc106 const CompilerOptions& compiler_options) in PassObserver()
204 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod()
415 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler()
438 const CompilerOptions& compiler_options = GetCompilerOptions(); in DumpInstructionSetFeaturesToCfg() local
747 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile() local
919 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic() local
1016 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile() local
1141 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile() local
1201 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler()
1217 const CompilerOptions& compiler_options = GetCompilerOptions(); in JitCompile() local
[all …]
Dintrinsics.cc149 static bool CanReferenceBootImageObjects(HInvoke* invoke, const CompilerOptions& compiler_options) { in CanReferenceBootImageObjects()
170 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeIntegerValueOfLocations() local
281 HInvoke* invoke, const CompilerOptions& compiler_options) { in ComputeIntegerValueOfInfo()
Dbuilder.cc72 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in SkipCompilation() local
Dlinearize_test.cc44 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
Dliveness_test.cc50 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
Dscheduler_test.cc191 std::unique_ptr<CompilerOptions> compiler_options = in CompileWithRandomSchedulerAndRun() local
Dinstruction_builder.cc1482 static bool IsInBootImage(ObjPtr<mirror::Class> cls, const CompilerOptions& compiler_options) in IsInBootImage()
1596 const CompilerOptions& compiler_options) in HasTrivialInitialization()
1636 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in IsInitialized() local
Dcode_generator.cc1003 const CompilerOptions& compiler_options, in Create()
1043 const CompilerOptions& compiler_options, in CodeGenerator()
Dinliner.cc1347 static inline bool MayInline(const CompilerOptions& compiler_options, in MayInline()
Dinstruction_simplifier.cc2916 const CompilerOptions& compiler_options = codegen_->GetCompilerOptions(); in CanUseKnownBootImageVarHandle() local
/art/compiler/
Dcompiler.cc30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create()
Dcompiler.h101 Compiler(const CompilerOptions& compiler_options, in Compiler()
Dcommon_compiler_test.cc129 std::unique_ptr<CompilerOptions> compiler_options = std::make_unique<CompilerOptions>(); in CreateCompilerOptions() local
/art/dex2oat/linker/
Delf_writer_quick.cc137 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick()
147 ElfWriterQuick<ElfTypes>::ElfWriterQuick(const CompilerOptions& compiler_options, File* elf_file) in ElfWriterQuick()
Doat_writer_test.cc89 void SetupCompiler(const std::vector<std::string>& compiler_options) { in SetupCompiler()
535 std::vector<std::string> compiler_options; in TEST_F() local
Doat_writer.cc386 OatWriter::OatWriter(const CompilerOptions& compiler_options, in OatWriter()
1216 const CompilerOptions& compiler_options = writer_->GetCompilerOptions(); in VisitMethod() local
1452 const CompilerOptions& compiler_options, in LayoutReserveOffsetCodeMethodVisitor()
1520 const CompilerOptions& compiler_options = writer->GetCompilerOptions(); in InitMapMethodVisitor() local
Dimage_writer.cc1885 const CompilerOptions& compiler_options = image_writer_->compiler_options_; in ProcessDexFileObjects() local
3590 const CompilerOptions& compiler_options, in ImageWriter()
/art/compiler/jit/
Djit_compiler.cc133 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded() local
/art/runtime/
Dcommon_runtime_test.cc440 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in StartDex2OatCommandLine() local
495 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage() local
/art/compiler/jni/quick/
Djni_compiler.cc83 static JniCompiledMethod ArtJniCompileMethodInternal(const CompilerOptions& compiler_options, in ArtJniCompileMethodInternal()
696 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options, in ArtQuickJniCompileMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc254 const CompilerOptions* compiler_options, in CompilerDriver()
415 static bool ShouldCompileBasedOnProfile(const CompilerOptions& compiler_options, in ShouldCompileBasedOnProfile()
475 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick() local
495 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick() local
2050 const CompilerOptions& compiler_options = manager_->GetCompiler()->GetCompilerOptions(); in TryInitializeClass() local
2479 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileDexFile() local
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc213 CompilerOptions compiler_options; in CompileThunk() local

12