HomeSort by relevance Sort by last modified time
    Searched refs:GetBucketCount (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
histogram-inl.h 96 DCHECK_LE(bucket_idx, GetBucketCount());
116 max_ = bucket_width_ * GetBucketCount();
119 template <class Value> inline size_t Histogram<Value>::GetBucketCount() const {
135 DCHECK_LE(bucket_idx, GetBucketCount());
histogram.h 66 size_t GetBucketCount() const;

Completed in 51 milliseconds