Searched refs:allocate_count_ (Results 1 – 2 of 2) sorted by relevance
102 : allocate_count_(allocate_count), allow_renumbering_(allow_renumbering) { in allocate_count_() function109 SLICER_CHECK(scratch_regs_.size() == static_cast<size_t>(allocate_count_)); in ScratchRegs()119 const int allocate_count_;
377 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()