Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6444 hash_size_(hash_size), in LinkVirtualHashTable()
6447 std::fill(hash_table_, hash_table_ + hash_size_, invalid_index_); in LinkVirtualHashTable()
6455 uint32_t index = hash % hash_size_; in Add()
6458 if (++index == hash_size_) { in Add()
6469 size_t index = hash % hash_size_; in FindAndRemove()
6486 if (++index == hash_size_) { in FindAndRemove()
6502 const size_t hash_size_; member in art::LinkVirtualHashTable