Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h186 elements_until_expand_ = 0; in clear()
194 elements_until_expand_(0u), in HashSet()
210 elements_until_expand_(0u), in HashSet()
224 elements_until_expand_(other.elements_until_expand_), in HashSet()
244 elements_until_expand_(other.elements_until_expand_), in HashSet()
251 other.elements_until_expand_ = 0u; in HashSet()
268 elements_until_expand_ = static_cast<uint64_t>(temp); in HashSet()
293 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_)); in WriteToMemory()
457 if (num_elements_ >= elements_until_expand_) { in InsertWithHash()
459 DCHECK_LT(num_elements_, elements_until_expand_); in InsertWithHash()
[all …]