Home
last modified time | relevance | path

Searched refs:GetBucketCount (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dhistogram-inl.h98 DCHECK_LE(bucket_idx, GetBucketCount()); in FindBucket()
118 max_ = bucket_width_ * GetBucketCount(); in Initialize()
121 template <class Value> inline size_t Histogram<Value>::GetBucketCount() const { in GetBucketCount() function
137 DCHECK_LE(bucket_idx, GetBucketCount()); in GetRange()
Dhistogram.h66 size_t GetBucketCount() const;