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

  /external/v8/src/
counters.h 49 create_histogram_function_ = f;
82 if (!create_histogram_function_) return NULL;
83 return create_histogram_function_(name, min, max, buckets);
95 static CreateHistogramCallback create_histogram_function_; member in class:v8::internal::StatsTable
counters.cc 37 CreateHistogramCallback StatsTable::create_histogram_function_ = NULL; member in class:v8::internal::StatsTable

Completed in 191 milliseconds