Lines Matching refs:next
355 int next = *next_temp; in AllocTempBody() local
357 if (next >= num_regs) in AllocTempBody()
358 next = 0; in AllocTempBody()
359 RegisterInfo* info = regs.Get(next); in AllocTempBody()
375 *next_temp = next + 1; in AllocTempBody()
378 next++; in AllocTempBody()
380 next = *next_temp; in AllocTempBody()
383 if (next >= num_regs) in AllocTempBody()
384 next = 0; in AllocTempBody()
385 RegisterInfo* info = regs.Get(next); in AllocTempBody()
398 *next_temp = next + 1; in AllocTempBody()
401 next++; in AllocTempBody()
668 for (LIR* p = info->DefStart();; p = p->next) { in NullifyRange()
684 DCHECK(start && start->next); in MarkDef()
687 p->SetDefStart(start->next); in MarkDef()
698 DCHECK(start && start->next); in MarkDefWide()
707 p->SetDefStart(start->next); in MarkDefWide()