Searched defs:hash_to_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp153 int hash_to_index(unsigned int full_hash) { function in class:BasicHashtable
263 return this->hash_to_index(compute_hash(name));
316 return this->hash_to_index(compute_hash(name, loader));

Completed in 30 milliseconds