Searched refs:ideal_location (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/base/
H A Dhash_set.h450 size_t ideal_location = IndexForHash(hashfn_(element)); local
451 if (ideal_location > i) {
452 total += i + NumBuckets() - ideal_location;
454 total += i - ideal_location;

Completed in 25 milliseconds