Home
last modified time | relevance | path

Searched refs:left_to_allocate_ (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc275 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()
[all …]
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h121 int left_to_allocate_ = 0; variable