Searched defs:compiled_method (Results 1 – 10 of 10) sorted by relevance
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 163 const CompiledMethod* compiled_method, in ReserveSpace() 285 const CompiledMethod* compiled_method, in ReserveSpaceInternal() 390 void ArmBaseRelativePatcher::ProcessPatches(const CompiledMethod* compiled_method, in ProcessPatches()
|
/art/compiler/dex/ |
D | dex_to_dex_decompiler_test.cc | 96 CompiledMethod* compiled_method = in RunTest() local
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 68 const CompiledMethod* compiled_method, in ReserveSpace()
|
D | oat_writer.cc | 121 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize() 851 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod() local 937 CompiledMethod* compiled_method = in VisitMethod() local 988 CompiledMethod* compiled_method; member 1144 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1251 CompiledMethod* compiled_method = method_data.compiled_method; in VisitMethod() local 1423 uint32_t NewQuickCodeOffset(CompiledMethod* compiled_method, in NewQuickCodeOffset() 1458 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1497 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1590 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local [all …]
|
D | oat_writer_test.cc | 62 const CompiledMethod* compiled_method = in CheckMethod() local
|
/art/tools/bisection_search/ |
D | bisection_search.py | 145 def GetAllPassesForMethod(self, compiled_method): argument
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 719 CompiledMethod* compiled_method = CompiledMethod::SwapAllocCompiledMethod( in Emit() local 995 CompiledMethod* compiled_method = nullptr; in Compile() local 1131 CompiledMethod* compiled_method = Emit(&allocator, in JniCompile() local
|
/art/compiler/ |
D | common_compiler_test.cc | 49 const CompiledMethod* compiled_method = nullptr; in MakeExecutable() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 469 CompiledMethod* compiled_method; in CompileMethodHarness() local 608 CompiledMethod* compiled_method = nullptr; in CompileMethodQuick() local 2834 CompiledMethod* const compiled_method, in AddCompiledMethod() 2921 CompiledMethod* compiled_method = nullptr; in GetCompiledMethod() local
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 99 const CompiledMethod* compiled_method, in ReserveSpace()
|