Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h40 create_histogram_function_ = f; in SetCreateHistogramFunction()
71 if (!create_histogram_function_) return nullptr; in CreateHistogram()
72 return create_histogram_function_(name, min, max, buckets); in CreateHistogram()
88 CreateHistogramCallback create_histogram_function_; variable
Dcounters.cc20 create_histogram_function_(nullptr), in StatsTable()