Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_method_info.h134 art::InvokeType GetSharpType() const { in GetSharpType() function
Dmir_optimization.cc1274 InvokeType sharp_type = method_info.GetSharpType(); in InlineSpecialMethods()
/art/compiler/dex/quick/
Dgen_invoke.cc1755 info->type = static_cast<InvokeType>(method_info.GetSharpType()); in GenInvokeNoInline()