Searched refs:CounterCollection (Results 1 – 3 of 3) sorted by relevance
49 class CounterCollection {51 CounterCollection();547 static CounterCollection local_counters_;548 static CounterCollection* counters_;
404 CounterCollection Shell::local_counters_;405 CounterCollection* Shell::counters_ = &local_counters_;1606 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection1614 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()1622 name, sizeof(CounterCollection), &local_counters_); in MapCounters()1629 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
123 return CounterCollection(data_access)356 class CounterCollection(object): class