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

  /external/v8/src/
d8.h 52 bool is_histogram() { return is_histogram_; } function in class:v8::Counter
379 static Counter* GetCounter(const char* name, bool is_histogram);
d8.cc 626 int32_t* Counter::Bind(const char* name, bool is_histogram) {
631 is_histogram_ = is_histogram;
683 Counter* Shell::GetCounter(const char* name, bool is_histogram) {
690 counter->Bind(name, is_histogram);
693 ASSERT(counter->is_histogram() == is_histogram);
970 if (counter->is_histogram()) {
    [all...]
  /external/chromium_org/v8/src/
d8.h 52 bool is_histogram() { return is_histogram_; } function in class:v8::Counter
395 static Counter* GetCounter(const char* name, bool is_histogram);
d8.cc 655 int32_t* Counter::Bind(const char* name, bool is_histogram) {
660 is_histogram_ = is_histogram;
712 Counter* Shell::GetCounter(const char* name, bool is_histogram) {
719 counter->Bind(name, is_histogram);
722 ASSERT(counter->is_histogram() == is_histogram);
    [all...]

Completed in 171 milliseconds