Home | History | Annotate | Download | only in dex

Lines Matching refs:next_mir

1199   MIR* next_mir = nullptr;
1202 next_mir = current->next;
1205 if (next_mir == nullptr) {
1208 next_mir = mir_graph->GetBasicBlock(fall_through)->first_mir_insn;
1212 return next_mir;