Lines Matching refs:left_to_allocate_
275 SLICER_CHECK(left_to_allocate_ > 0); in RegsRenumbering()
276 int delta = std::min(left_to_allocate_, in RegsRenumbering()
305 SLICER_CHECK(left_to_allocate_ > 0); in ShiftParams()
317 const dex::u4 shift = left_to_allocate_; in ShiftParams()
319 Allocate(code_ir, ir_method->code->registers, left_to_allocate_); in ShiftParams()
320 assert(left_to_allocate_ == 0); in ShiftParams()
359 SLICER_CHECK(count > 0 && count <= left_to_allocate_); in Allocate()
361 left_to_allocate_ -= count; in Allocate()
380 left_to_allocate_ = allocate_count_; in Apply()
384 Allocate(code_ir, code->registers, left_to_allocate_); in Apply()
395 if (left_to_allocate_ > 0) { in Apply()
399 assert(left_to_allocate_ == 0); in Apply()