Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dhistogram-inl.h94 template <class Value> inline size_t Histogram<Value>::FindBucket(Value val) const { in FindBucket() function
111 ++frequency_[FindBucket(val)]; in BucketiseValue()
H A Dhistogram.h101 size_t FindBucket(Value val) const;