Home
last modified time | relevance | path

Searched refs:GetSharpType (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc584 (method_info.GetSharpType() == kDirect || method_info.GetSharpType() == kStatic) && in GenCallInsn()
586 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
/art/compiler/dex/
Dmir_method_info.h155 art::InvokeType GetSharpType() const { in GetSharpType() function
Dmir_optimization.cc1530 InvokeType sharp_type = method_info.GetSharpType(); in InlineSpecialMethods()
/art/compiler/dex/quick/arm/
Dcall_arm.cc752 (method_info.GetSharpType() == kDirect || method_info.GetSharpType() == kStatic) && in GenCallInsn()
754 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1027 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType()); in GenCallInsn()
1034 call_insn = GenInvokeNoInlineCall(this, method_info.GetSharpType()); in GenCallInsn()
/art/compiler/dex/quick/
Dralloc_util.cc1202 InvokeType sharp_type = info.GetSharpType(); in AnalyzeMIR()
Dgen_invoke.cc1562 info->type = method_info.GetSharpType(); in GenInvokeNoInline()