Searched refs:CounterCollection (Results 1 – 4 of 4) sorted by relevance
65 class CounterCollection {67 CounterCollection();374 static CounterCollection local_counters_;375 static CounterCollection* counters_;
66 class CounterCollection { class68 CounterCollection() { in CounterCollection() function in CounterCollection
111 CounterCollection Shell::local_counters_;112 CounterCollection* Shell::counters_ = &local_counters_;642 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection650 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()658 name, sizeof(CounterCollection), &local_counters_); in MapCounters()665 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
123 return CounterCollection(data_access)356 class CounterCollection(object): class