/aosp12/art/compiler/optimizing/ |
H A D | codegen_test_utils.h | 56 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()
|
H A 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 297 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in CanUseTypeCheckBitstring() local 380 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ProcessLoadString() local
|
H A 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 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 845 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local 864 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local [all …]
|
H A D | optimizing_compiler.cc | 109 const CompilerOptions& compiler_options, in PassObserver() 205 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod() 419 OptimizingCompiler::OptimizingCompiler(const CompilerOptions& compiler_options, in OptimizingCompiler() 443 const CompilerOptions& compiler_options = GetCompilerOptions(); in DumpInstructionSetFeaturesToCfg() local 752 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompile() local 917 const CompilerOptions& compiler_options = GetCompilerOptions(); in TryCompileIntrinsic() local 1015 const CompilerOptions& compiler_options = GetCompilerOptions(); in Compile() local 1154 const CompilerOptions& compiler_options = GetCompilerOptions(); in JniCompile() local 1214 Compiler* CreateOptimizingCompiler(const CompilerOptions& compiler_options, in CreateOptimizingCompiler() 1230 const CompilerOptions& compiler_options = GetCompilerOptions(); in JitCompile() local [all …]
|
H A D | intrinsics.cc | 149 static bool CanReferenceBootImageObjects(HInvoke* invoke, const CompilerOptions& compiler_options) { in CanReferenceBootImageObjects() 171 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeIntegerValueOfLocations() local 282 HInvoke* invoke, const CompilerOptions& compiler_options) { in ComputeIntegerValueOfInfo()
|
H A D | builder.cc | 73 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in SkipCompilation() local
|
H A D | linearize_test.cc | 44 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
|
H A D | liveness_test.cc | 50 std::unique_ptr<CompilerOptions> compiler_options = in TestCode() local
|
H A D | scheduler_test.cc | 191 std::unique_ptr<CompilerOptions> compiler_options = in CompileWithRandomSchedulerAndRun() local
|
H A D | inliner.cc | 383 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified() 402 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() 1311 static inline bool MayInline(const CompilerOptions& compiler_options, in MayInline()
|
H A D | instruction_builder.cc | 1338 static bool IsInBootImage(ObjPtr<mirror::Class> cls, const CompilerOptions& compiler_options) in IsInBootImage() 1452 const CompilerOptions& compiler_options) in HasTrivialInitialization() 1492 const CompilerOptions& compiler_options = code_generator_->GetCompilerOptions(); in IsInitialized() local
|
H A D | code_generator.cc | 1001 const CompilerOptions& compiler_options, in Create() 1041 const CompilerOptions& compiler_options, in CodeGenerator()
|
/aosp12/art/compiler/ |
H A D | compiler.cc | 30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create()
|
H A D | compiler.h | 101 Compiler(const CompilerOptions& compiler_options, in Compiler()
|
H A D | common_compiler_test.cc | 129 std::unique_ptr<CompilerOptions> compiler_options = std::make_unique<CompilerOptions>(); in CreateCompilerOptions() local
|
/aosp12/art/dex2oat/linker/ |
H A 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()
|
H A D | oat_writer_test.cc | 89 void SetupCompiler(const std::vector<std::string>& compiler_options) { in SetupCompiler() 535 std::vector<std::string> compiler_options; in TEST_F() local
|
H A D | oat_writer.cc | 385 OatWriter::OatWriter(const CompilerOptions& compiler_options, in OatWriter() 1214 const CompilerOptions& compiler_options = writer_->GetCompilerOptions(); in VisitMethod() local 1427 const CompilerOptions& compiler_options, in LayoutReserveOffsetCodeMethodVisitor()
|
/aosp12/art/compiler/dex/ |
H A D | verification_results.cc | 33 VerificationResults::VerificationResults(const CompilerOptions* compiler_options) in VerificationResults()
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.cc | 129 const CompilerOptions& compiler_options = GetCompilerOptions(); in TypesLoaded() local
|
/aosp12/art/runtime/ |
H A D | common_runtime_test.cc | 424 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in StartDex2OatCommandLine() local 478 std::vector<std::string> compiler_options = runtime->GetCompilerOptions(); in CompileBootImage() local
|
/aosp12/art/compiler/jni/quick/ |
H A D | jni_compiler.cc | 115 static JniCompiledMethod ArtJniCompileMethodInternal(const CompilerOptions& compiler_options, in ArtJniCompileMethodInternal() 772 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options, in ArtQuickJniCompileMethod()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 255 const CompilerOptions* compiler_options, in CompilerDriver() 2142 const CompilerOptions& compiler_options = manager_->GetCompiler()->GetCompilerOptions(); in TryInitializeClass() local
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 213 CompilerOptions compiler_options; in CompileThunk() local
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 179 CompilerOptions compiler_options; in CompileThunk() local
|