Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h192 elements_until_expand_ = 0; in clear()
200 elements_until_expand_(0u), in HashSet()
216 elements_until_expand_(0u), in HashSet()
230 elements_until_expand_(other.elements_until_expand_), in HashSet()
250 elements_until_expand_(other.elements_until_expand_), in HashSet()
257 other.elements_until_expand_ = 0u; in HashSet()
274 elements_until_expand_ = static_cast<uint64_t>(temp); in HashSet()
299 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_)); in WriteToMemory()
463 if (num_elements_ >= elements_until_expand_) { in InsertWithHash()
465 DCHECK_LT(num_elements_, elements_until_expand_); in InsertWithHash()
[all …]