Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h172 : allocate_count_(allocate_count), allow_renumbering_(allow_renumbering) { in allocate_count_() function
179 SLICER_CHECK_EQ(scratch_regs_.size(), static_cast<size_t>(allocate_count_)); in ScratchRegs()
189 const int allocate_count_;
/tools/dexter/slicer/
Dinstrumentation.cc717 SLICER_CHECK_LE(code->registers + allocate_count_, (1 << 16)); in Apply()
720 left_to_allocate_ = allocate_count_; in Apply()
740 assert(scratch_regs_.size() == size_t(allocate_count_)); in Apply()