Searched refs:GetTargetMethod (Results 1 – 10 of 10) sorted by relevance
159 MethodReference GetTargetMethod() const { in GetTargetMethod() function
1471 MethodReference target = method_info.GetTargetMethod(); in ComputeInlineIFieldLoweringInfo()1544 MethodReference target = method_info.GetTargetMethod(); in InlineSpecialMethods()
1760 info->method_ref = method_info.GetTargetMethod(); in NewMemCallInfo()
583 if (method_info.FastPath() && Arm64UseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()586 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
751 if (method_info.FastPath() && ArmUseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()754 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
752 ArtMethod* method = GetTargetMethod(patch); in VisitMethod()791 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::OatWriter::WriteCodeMethodVisitor808 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
923 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIGet()982 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIPut()
1559 MethodReference target_method = method_info.GetTargetMethod(); in GenInvokeNoInline()
1072 MethodReference method_ref = mir_graph_->GetMethodLoweringInfo(mir).GetTargetMethod(); in AnalyzeInvokeStaticIntrinsic()
1027 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()