Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc570 SLICER_CHECK(left_to_allocate_ > 0); in RegsRenumbering()
571 int delta = std::min(left_to_allocate_, in RegsRenumbering()
599 SLICER_CHECK(left_to_allocate_ > 0); in ShiftParams()
601 const dex::u4 shift = left_to_allocate_; in ShiftParams()
602 Allocate(code_ir, ir_method->code->registers, left_to_allocate_); in ShiftParams()
603 assert(left_to_allocate_ == 0); in ShiftParams()
612 SLICER_CHECK(count > 0 && count <= left_to_allocate_); in Allocate()
614 left_to_allocate_ -= count; in Allocate()
633 left_to_allocate_ = allocate_count_; in Apply()
637 Allocate(code_ir, code->registers, left_to_allocate_); in Apply()
[all …]
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h180 int left_to_allocate_ = 0; variable