Lines Matching refs:mir_graph_
421 if (mir_graph_->GetNumOfInVRs() == 0) { in FlushIns()
425 int start_vreg = mir_graph_->GetFirstInVR(); in FlushIns()
441 for (uint32_t i = 0; i < mir_graph_->GetNumOfInVRs(); i += t_loc->wide ? 2 : 1) { in FlushIns()
768 const char* target_shorty = mir_graph_->GetShortyFromMethodReference(target_method); in GenDalvikArgs()
903 ShortyToRegClass(mir_graph_->GetShortyFromMethodReference(info->method_ref)[0])); in InlineTarget()
915 mir_graph_->GetShortyFromMethodReference(info->method_ref)[0])); in InlineTargetWide()
1344 if (rl_char.is_const && (mir_graph_->ConstantValue(rl_char) & ~0xFFFF) != 0) { in GenInlinedIndexOf()
1377 DCHECK_EQ(mir_graph_->ConstantValue(rl_char) & ~0xFFFF, 0); in GenInlinedIndexOf()
1539 if (mir_graph_->GetMethodLoweringInfo(info->mir).IsIntrinsic()) { in GenInvoke()
1558 const MirMethodLoweringInfo& method_info = mir_graph_->GetMethodLoweringInfo(info->mir); in GenInvokeNoInline()
1616 ShortyToRegClass(mir_graph_->GetShortyFromMethodReference(info->method_ref)[0]); in GenInvokeNoInline()