Lines Matching defs:length
40 inline int length() const {
46 inline int length(AcquireLoadTag) const {
59 // Sign and length are stored in the same bitfield. Since the GC needs to be
60 // able to read the length concurrently, the getters and setters are atomic.
106 SLOW_DCHECK(0 <= n && n < length());
110 bool is_zero() const { return length() == 0; }
193 // TODO(jkummerow): Improve this. At least use length and sign.
228 inline static int SizeFor(int length) {
229 return kHeaderSize + length * kDigitSize;
267 // Expects {storage} to have a length of at least