/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 105 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize() 741 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod() local 850 CompiledMethod* compiled_method = in VisitMethod() local 906 CompiledMethod* compiled_method; member 1036 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1165 CompiledMethod* compiled_method = method_data.compiled_method; in VisitMethod() local 1309 uint32_t NewQuickCodeOffset(CompiledMethod* compiled_method, in NewQuickCodeOffset() 1361 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1481 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1594 CompiledMethod* compiled_method = method_data.compiled_method; in VisitMethod() local [all …]
|
H A D | relative_patcher.cc | 50 [[maybe_unused]] const CompiledMethod* compiled_method, in Create()
|
H A D | multi_oat_relative_patcher.h | 71 const CompiledMethod* compiled_method, in ReserveSpace()
|
H A D | multi_oat_relative_patcher_test.cc | 37 [[maybe_unused]] const CompiledMethod* compiled_method, in ReserveSpace()
|
H A D | oat_writer_test.cc | 65 const CompiledMethod* compiled_method = in CheckMethod() local
|
/aosp_15_r20/art/dex2oat/linker/arm/ |
H A D | relative_patcher_arm_base.cc | 169 const CompiledMethod* compiled_method, in ReserveSpace() 292 const CompiledMethod* compiled_method, in ReserveSpaceInternal() 403 void ArmBaseRelativePatcher::ProcessPatches(const CompiledMethod* compiled_method, in ProcessPatches()
|
/aosp_15_r20/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_base.cc | 26 [[maybe_unused]] const CompiledMethod* compiled_method, in ReserveSpace()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | optimizing_compiler.cc | 742 CompiledMethod* compiled_method = storage->CreateCompiledMethod( in Emit() local 1077 CompiledMethod* compiled_method = nullptr; in Compile() local
|
/aosp_15_r20/art/dex2oat/linker/riscv64/ |
H A D | relative_patcher_riscv64.cc | 35 [[maybe_unused]] const CompiledMethod* compiled_method, in ReserveSpace()
|
/aosp_15_r20/art/tools/bisection_search/ |
H A D | bisection_search.py | 143 def GetAllPassesForMethod(self, compiled_method): argument
|
/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 380 CompiledMethod* compiled_method; in CompileMethodHarness() local 476 CompiledMethod* compiled_method = nullptr; in CompileMethodQuick() local 2772 CompiledMethod* const compiled_method) { in AddCompiledMethod() 2858 CompiledMethod* compiled_method = nullptr; in GetCompiledMethod() local
|
H A D | compiled_method_storage.cc | 263 CompiledMethod* compiled_method = CompiledMethod::SwapAllocCompiledMethod( in CreateCompiledMethod() local
|
H A D | compiler_driver_test.cc | 87 const CompiledMethod* compiled_method = compiler_driver_->GetCompiledMethod(method_ref); in MakeExecutable() local
|
/aosp_15_r20/art/compiler/ |
H A D | common_compiler_test.cc | 276 CompiledMethod* compiled_method = nullptr; in CompileMethod() local
|
/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 106 const CompiledMethod* compiled_method, in ReserveSpace()
|