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

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

Completed in 911 milliseconds