Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhistogram.h43 static constexpr size_t kMinBuckets = 8; variable
Dhash_set.h186 static constexpr size_t kMinBuckets = 1000; variable
691 if (new_size < kMinBuckets) { in Resize()
692 new_size = kMinBuckets; in Resize()
Dhistogram-inl.h61 kInitialBucketCount(kMinBuckets), in Histogram()