Searched defs:compiled_method (Results 1 – 11 of 11) sorted by relevance
/art/dex2oat/dex/ |
D | dex_to_dex_decompiler_test.cc | 88 CompiledMethod* compiled_method = compiler_driver_->GetCompiledMethod( in RunTest() local
|
/art/compiler/ |
D | common_compiler_test.cc | 50 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable() 176 CompiledMethod* compiled_method = nullptr; in CompileMethod() local
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 169 const CompiledMethod* compiled_method, in ReserveSpace() 292 const CompiledMethod* compiled_method, in ReserveSpaceInternal() 397 void ArmBaseRelativePatcher::ProcessPatches(const CompiledMethod* compiled_method, in ProcessPatches()
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 71 const CompiledMethod* compiled_method, in ReserveSpace()
|
D | oat_writer.cc | 102 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize() 874 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod() local 960 CompiledMethod* compiled_method = in VisitMethod() local 1011 CompiledMethod* compiled_method; member 1167 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1273 CompiledMethod* compiled_method = method_data.compiled_method; in VisitMethod() local 1418 uint32_t NewQuickCodeOffset(CompiledMethod* compiled_method, in NewQuickCodeOffset() 1456 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1551 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() local 1684 CompiledMethod* compiled_method = method_data.compiled_method; in VisitMethod() local [all …]
|
D | oat_writer_test.cc | 64 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 | 758 CompiledMethod* compiled_method = CompiledMethod::SwapAllocCompiledMethod( in Emit() local 1051 CompiledMethod* compiled_method = nullptr; in Compile() local 1213 CompiledMethod* compiled_method = Emit(&allocator, in JniCompile() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 100 const CompiledMethod* compiled_method, in ReserveSpace()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 83 const CompiledMethod* compiled_method = nullptr; in MakeExecutable() local
|
D | compiler_driver.cc | 430 CompiledMethod* compiled_method; in CompileMethodHarness() local 552 CompiledMethod* compiled_method = nullptr; in CompileMethodQuick() local 2699 CompiledMethod* const compiled_method) { in AddCompiledMethod() 2784 CompiledMethod* compiled_method = nullptr; in GetCompiledMethod() local
|