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

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

Completed in 55 milliseconds