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()
73 if (!create_histogram_function_) return NULL; in CreateHistogram()
74 return create_histogram_function_(name, min, max, buckets); in CreateHistogram()
88 CreateHistogramCallback create_histogram_function_; variable
Dcounters.cc19 create_histogram_function_(NULL), in StatsTable()