Searched refs:GetTargetMethod (Results 1 – 6 of 6) sorted by relevance
77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) { in GetTargetMethod() function in art::ElfPatcher197 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf()247 mirror::ArtMethod* target = GetTargetMethod(patch); in PatchElf()
81 mirror::ArtMethod* GetTargetMethod(const CompilerDriver::CallPatchInformation* patch)
138 MethodReference GetTargetMethod() const { in GetTargetMethod() function
1203 MethodReference target = method_info.GetTargetMethod(); in ComputeInlineIFieldLoweringInfo()1266 MethodReference target = method_info.GetTargetMethod(); in InlineSpecialMethods()
796 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIGet()858 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIPut()
1778 MethodReference target_method = method_info.GetTargetMethod(); in GenInvokeNoInline()