Home
last modified time | relevance | path

Searched refs:elements_until_expand_ (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dhash_set.h142 elements_until_expand_ = 0; in Clear()
150 elements_until_expand_(0u), in HashSet()
166 elements_until_expand_(0u), in HashSet()
180 elements_until_expand_(other.elements_until_expand_), in HashSet()
200 elements_until_expand_(other.elements_until_expand_), in HashSet()
207 other.elements_until_expand_ = 0u; in HashSet()
224 elements_until_expand_ = static_cast<uint64_t>(temp); in HashSet()
249 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_)); in WriteToMemory()
399 if (num_elements_ >= elements_until_expand_) { in InsertWithHash()
401 DCHECK_LT(num_elements_, elements_until_expand_); in InsertWithHash()
[all …]