Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h161 : allocate_count_(allocate_count), allow_renumbering_(allow_renumbering) { in allocate_count_() function
168 SLICER_CHECK(scratch_regs_.size() == static_cast<size_t>(allocate_count_)); in ScratchRegs()
178 const int allocate_count_;
/tools/dexter/slicer/
Dinstrumentation.cc630 SLICER_CHECK(code->registers + allocate_count_ <= (1 << 16)); in Apply()
633 left_to_allocate_ = allocate_count_; in Apply()
653 assert(scratch_regs_.size() == size_t(allocate_count_)); in Apply()