Home
last modified time | relevance | path

Searched refs:GetTargetMethod (Results 1 – 6 of 6) sorted by relevance

/art/compiler/
Delf_patcher.cc77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) { in GetTargetMethod() function in art::ElfPatcher
197 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf()
247 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf()
Delf_patcher.h81 mirror::ArtMethod* GetTargetMethod(const CompilerDriver::CallPatchInformation* patch)
/art/compiler/dex/
Dmir_method_info.h138 MethodReference GetTargetMethod() const { in GetTargetMethod() function
Dmir_optimization.cc1203 MethodReference target = method_info.GetTargetMethod(); in ComputeInlineIFieldLoweringInfo()
1266 MethodReference target = method_info.GetTargetMethod(); in InlineSpecialMethods()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc796 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIGet()
858 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIPut()
Dgen_invoke.cc1778 MethodReference target_method = method_info.GetTargetMethod(); in GenInvokeNoInline()