Lines Matching refs:used
25 // and OrderedHashTable, below). It is meant to be used by JSMap/JSSet.
27 // Only Object keys are supported, with Object::SameValueZero() used as the
65 // [kPrefixSize + 3 + NumberOfDeletedElements()..length]: Not used
360 // of 255 is used to denote an unknown entry.
487 // values, which means that this value can't be used a valid
492 // The load factor is used to derive the number of buckets from
611 // This is used for accessing the non |DataTable| part of the
633 int used = NumberOfElements() + NumberOfDeletedElements();
634 DCHECK_LE(used, Capacity());
636 return used;
781 // for FindEntry keys due to its Key typedef, but that's also used