Searched refs:CounterCollection (Results 1 – 4 of 4) sorted by relevance
71 class CounterCollection {73 CounterCollection();717 static CounterCollection local_counters_;718 static CounterCollection* counters_;
463 CounterCollection Shell::local_counters_;464 CounterCollection* Shell::counters_ = &local_counters_;2823 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection2830 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()2837 name, sizeof(CounterCollection), &local_counters_); in MapCounters()2844 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
126 return CounterCollection(data_access)359 class CounterCollection(object): class
263 class CounterCollection { class265 CounterCollection() = default;287 static CounterCollection counters_;378 CounterCollection EngineImpl::counters_;