Searched defs:is_histogram (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dd8.h33 bool is_histogram() { return is_histogram_; } function in class:v8::Counter
472 static Counter* GetCounter(const char* name, bool is_histogram);
H A Dd8.cc1313 int32_t* Counter::Bind(const char* name, bool is_histogram) { argument
1318 is_histogram_ = is_histogram;
1370 Counter* Shell::GetCounter(const char* name, bool is_histogram) { argument
1377 counter->Bind(name, is_histogram);
1380 DCHECK(counter->is_histogram() == is_histogram);
1775 if (counter->is_histogram()) {
1796 if (counter->is_histogram()) {

Completed in 109 milliseconds