Lines Matching defs:size_
47 size_(reg1.GetSizeInBits()),
54 : list_(list), size_(size), type_(type) {
64 : list_((UINT64_C(1) << (last_reg + 1)) - 1), size_(size), type_(type) {
116 VIXL_ASSERT(other.GetRegisterSizeInBits() == size_);
126 VIXL_ASSERT(other.GetRegisterSizeInBits() == size_);
133 VIXL_ASSERT(other.GetSizeInBits() == size_);
139 VIXL_ASSERT(other.GetSizeInBits() == size_);
147 VIXL_ASSERT(CPURegister(code, size_, type_).IsValid());
153 VIXL_ASSERT(CPURegister(code, size_, type_).IsValid());
159 VIXL_ASSERT(list_1.size_ == list_2.size_);
160 return CPURegList(list_1.type_, list_1.size_, list_1.list_ | list_2.list_);
173 VIXL_ASSERT(list_1.size_ == list_2.size_);
174 return CPURegList(list_1.type_, list_1.size_, list_1.list_ & list_2.list_);
247 return size_;
287 int size_;