Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h728 const MirMethodLoweringInfo& GetMethodLoweringInfo(MIR* mir) const { in GetMethodLoweringInfo() function
729 return GetMethodLoweringInfo(mir->meta.method_lowering_info); in GetMethodLoweringInfo()
732 const MirMethodLoweringInfo& GetMethodLoweringInfo(uint32_t lowering_info) const { in GetMethodLoweringInfo() function
Dmir_optimization.cc1210 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir); in EliminateClassInitChecksGate()
1470 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(invoke); in ComputeInlineIFieldLoweringInfo()
1525 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir); in InlineSpecialMethods()
1754 !GetMethodLoweringInfo(mir).IsIntrinsic()) { in EliminateSuspendChecks()
Dtype_inference.cc657 const MirMethodInfo& info = mir_graph->GetMethodLoweringInfo(i); in PrepareSignatures()
Dmir_graph.cc1759 const auto& method_info = GetMethodLoweringInfo(mir); in NewMemCallInfo()
/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.cc1539 if (mir_graph_->GetMethodLoweringInfo(info->mir).IsIntrinsic()) { in GenInvoke()
1558 const MirMethodLoweringInfo& method_info = mir_graph_->GetMethodLoweringInfo(info->mir); in GenInvokeNoInline()
Dralloc_util.cc1201 const MirMethodLoweringInfo& info = mir_graph_->GetMethodLoweringInfo(mir); in AnalyzeMIR()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1010 if (mir_graph_->GetMethodLoweringInfo(mir).IsIntrinsic()) { in AnalyzeMIR()
1072 MethodReference method_ref = mir_graph_->GetMethodLoweringInfo(mir).GetTargetMethod(); in AnalyzeInvokeStaticIntrinsic()