Searched refs:first_reg_index_ (Results 1 – 1 of 1) sorted by relevance
124 : first_reg_index_(Register::invalid_value().index()), in RegisterList()133 return RegisterList(first_reg_index_, new_count); in Truncate()137 return RegisterList(first_reg_index_ + 1, register_count_ - 1); in PopLeft()142 return Register(first_reg_index_ + static_cast<int>(i));163 : first_reg_index_(first_reg_index), register_count_(register_count) {} in RegisterList()168 int first_reg_index_; variable