Home
last modified time | relevance | path

Searched defs:compiled_method (Results 1 – 10 of 10) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc163 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/
Ddex_to_dex_decompiler_test.cc96 CompiledMethod* compiled_method = in RunTest() local
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h68 const CompiledMethod* compiled_method, in ReserveSpace()
Doat_writer.cc121 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 …]
Doat_writer_test.cc62 const CompiledMethod* compiled_method = in CheckMethod() local
/art/tools/bisection_search/
Dbisection_search.py145 def GetAllPassesForMethod(self, compiled_method): argument
/art/compiler/optimizing/
Doptimizing_compiler.cc719 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/
Dcommon_compiler_test.cc49 const CompiledMethod* compiled_method = nullptr; in MakeExecutable() local
/art/compiler/driver/
Dcompiler_driver.cc469 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/
Drelative_patcher_arm64.cc99 const CompiledMethod* compiled_method, in ReserveSpace()