Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_method_info.h159 MethodReference GetTargetMethod() const { in GetTargetMethod() function
Dmir_optimization.cc1471 MethodReference target = method_info.GetTargetMethod(); in ComputeInlineIFieldLoweringInfo()
1544 MethodReference target = method_info.GetTargetMethod(); in InlineSpecialMethods()
Dmir_graph.cc1760 info->method_ref = method_info.GetTargetMethod(); in NewMemCallInfo()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc583 if (method_info.FastPath() && Arm64UseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()
586 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
/art/compiler/dex/quick/arm/
Dcall_arm.cc751 if (method_info.FastPath() && ArmUseRelativeCall(cu_, method_info.GetTargetMethod()) && in GenCallInsn()
754 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
/art/compiler/
Doat_writer.cc752 ArtMethod* method = GetTargetMethod(patch); in VisitMethod()
791 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod() function in art::OatWriter::WriteCodeMethodVisitor
808 ArtMethod* target = GetTargetMethod(patch); in GetTargetOffset()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc923 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIGet()
982 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIPut()
Dgen_invoke.cc1559 MethodReference target_method = method_info.GetTargetMethod(); in GenInvokeNoInline()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1072 MethodReference method_ref = mir_graph_->GetMethodLoweringInfo(mir).GetTargetMethod(); in AnalyzeInvokeStaticIntrinsic()
Dtarget_x86.cc1027 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()