Lines Matching refs:count_
16 : isolate_(isolate), count_(count), byte_offset_(0), index_(index) {
43 count_(count),
70 count_(that.count_),
92 DCHECK_EQ(count_, arr->Length());
106 count_ = that.count_;
149 DCHECK_LT(index, count_);
158 DCHECK_LT(index, count_);
176 return count_;
182 DCHECK_GE(new_capacity, count_);
186 const size_t old_size_in_bytes = sizeof(NativeT) * count_;
206 count_ = new_capacity;