Searched refs:allocate_count (Results 1 – 1 of 1) sorted by relevance
160 explicit AllocateScratchRegs(int allocate_count, bool allow_renumbering = true)161 : allocate_count_(allocate_count), allow_renumbering_(allow_renumbering) { in allocate_count_() argument162 SLICER_CHECK(allocate_count > 0); in allocate_count_()