Searched refs:old_num_buckets (Results 1 - 1 of 1) sorted by path

/art/runtime/base/
H A Dhash_set.h614 size_t old_num_buckets = num_buckets_; local
618 for (size_t i = 0; i < old_num_buckets; ++i) {
628 allocfn_.deallocate(old_data, old_num_buckets);

Completed in 28 milliseconds