Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h102 : allocate_count_(allocate_count), allow_renumbering_(allow_renumbering) { in allocate_count_() function
109 SLICER_CHECK(scratch_regs_.size() == static_cast<size_t>(allocate_count_)); in ScratchRegs()
119 const int allocate_count_;
/tools/dexter/slicer/
Dinstrumentation.cc377 SLICER_CHECK(code->registers + allocate_count_ <= (1 << 16)); in Apply()
380 left_to_allocate_ = allocate_count_; in Apply()
400 assert(scratch_regs_.size() == size_t(allocate_count_)); in Apply()