/art/compiler/optimizing/ |
D | codegen_test_utils.h | 61 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() 290 const CompilerOptions& compiler_options, in RunCode() 301 … CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm_vixl32() 307 inline CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64() 317 inline CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86() 323 inline CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options)… in create_codegen_x86_64()
|
D | profiling_info_builder.cc | 46 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()
|
D | sharpening.cc | 51 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 319 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in CanUseTypeCheckBitstring() local 402 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString() local
|
D | codegen_test.cc | 84 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 743 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local 792 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local 827 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local [all …]
|
D | optimizing_compiler.cc | 86 const CompilerOptions& compiler_options) in PassObserver() 184 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod() 391 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler() 414 const CompilerOptions& compiler_options = GetCompilerOptions(); in DumpInstructionSetFeaturesToCfg() local 767 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile() local 968 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic() local 1069 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile() local 1189 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile() local 1248 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler() 1264 const CompilerOptions& compiler_options = GetCompilerOptions(); in JitCompile() local [all …]
|
D | intrinsics.cc | 68 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()
|
D | builder.cc | 72 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in SkipCompilation() local
|
D | linearize_test.cc | 45 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
|
D | liveness_test.cc | 51 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
|
D | scheduler_test.cc | 192 std::unique_ptr<CompilerOptions> compiler_options = in CompileWithRandomSchedulerAndRun() local
|
D | code_generator.cc | 931 const CompilerOptions& compiler_options, in Create() 980 const CompilerOptions& compiler_options, in CodeGenerator()
|
D | instruction_builder.cc | 1516 static bool IsInImage(ObjPtr<mirror::Class> cls, const CompilerOptions& compiler_options) in IsInImage() 1630 const CompilerOptions& compiler_options) in HasTrivialInitialization() 1670 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in IsInitialized() local
|
D | inliner.cc | 1447 static inline bool MayInline(const CompilerOptions& compiler_options, in MayInline()
|
/art/compiler/ |
D | compiler.cc | 30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, CompiledCodeStorage* storage) { in Create()
|
D | compiler.h | 96 Compiler(const CompilerOptions& compiler_options, in Compiler()
|
D | common_compiler_test.cc | 190 std::unique_ptr<CompilerOptions> compiler_options = std::make_unique<CompilerOptions>(); in CreateCompilerOptions() local
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 137 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick() 147 ElfWriterQuick<ElfTypes>::ElfWriterQuick(const CompilerOptions& compiler_options, File* elf_file) in ElfWriterQuick()
|
D | oat_writer_test.cc | 89 void SetupCompiler(const std::vector<std::string>& compiler_options) { in SetupCompiler() 532 std::vector<std::string> compiler_options; in TEST_F() local
|
D | oat_writer.cc | 346 OatWriter::OatWriter(const CompilerOptions& compiler_options, in OatWriter() 1036 const CompilerOptions& compiler_options = writer_->GetCompilerOptions(); in VisitMethod() local 1272 const CompilerOptions& compiler_options, in LayoutReserveOffsetCodeMethodVisitor() 1340 const CompilerOptions& compiler_options = writer->GetCompilerOptions(); in InitMapMethodVisitor() local
|
D | image_writer.cc | 1943 const CompilerOptions& compiler_options = image_writer_->compiler_options_; in ProcessDexFileObjects() local 3775 ImageWriter::ImageWriter(const CompilerOptions& compiler_options, in ImageWriter()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 139 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded() local
|
/art/runtime/ |
D | common_runtime_test.cc | 449 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in StartDex2OatCommandLine() local 504 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage() local
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 78 static JniCompiledMethod ArtJniCompileMethodInternal(const CompilerOptions& compiler_options, in ArtJniCompileMethodInternal() 770 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options, in ArtQuickJniCompileMethod()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 256 const CompilerOptions* compiler_options, in CompilerDriver() 417 static bool ShouldCompileBasedOnProfile(const CompilerOptions& compiler_options, in ShouldCompileBasedOnProfile() 487 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick() local 515 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick() local 2238 const CompilerOptions& compiler_options = manager_->GetCompiler()->GetCompilerOptions(); in TryInitializeClass() local 2678 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileDexFile() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 213 CompilerOptions compiler_options; in CompileThunk() local
|