Searched refs:hash_size_ (Results 1 – 1 of 1) sorted by relevance
5777 hash_size_(hash_size), in LinkVirtualHashTable()5780 std::fill(hash_table_, hash_table_ + hash_size_, invalid_index_); in LinkVirtualHashTable()5788 uint32_t index = hash % hash_size_; in Add()5791 if (++index == hash_size_) { in Add()5802 size_t index = hash % hash_size_; in FindAndRemove()5819 if (++index == hash_size_) { in FindAndRemove()5835 const size_t hash_size_; member in art::LinkVirtualHashTable