Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5763 hash_size_(hash_size), in LinkVirtualHashTable()
5766 std::fill(hash_table_, hash_table_ + hash_size_, invalid_index_); in LinkVirtualHashTable()
5774 uint32_t index = hash % hash_size_; in Add()
5777 if (++index == hash_size_) { in Add()
5788 size_t index = hash % hash_size_; in FindAndRemove()
5805 if (++index == hash_size_) { in FindAndRemove()
5821 const size_t hash_size_; member in art::LinkVirtualHashTable