Home
last modified time | relevance | path

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

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