Home
last modified time | relevance | path

Searched refs:GetMethodLoweringInfo (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc796 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIGet()
858 mir_graph->GetMethodLoweringInfo(invoke).GetTargetMethod())) { in GenInlineIPut()
Dgen_invoke.cc1750 const MirMethodLoweringInfo& method_info = mir_graph_->GetMethodLoweringInfo(info->mir); in GenInvokeNoInline()
/art/compiler/dex/
Dmir_optimization.cc1202 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(invoke); in ComputeInlineIFieldLoweringInfo()
1256 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir); in InlineSpecialMethods()
Dmir_graph.h674 const MirMethodLoweringInfo& GetMethodLoweringInfo(MIR* mir) { in GetMethodLoweringInfo() function