Searched refs:CounterCollection (Results 1 – 7 of 7) 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()
65 class CounterCollection {67 CounterCollection();393 static CounterCollection local_counters_;394 static CounterCollection* counters_;
159 CounterCollection Shell::local_counters_;160 CounterCollection* Shell::counters_ = &local_counters_;691 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection699 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()707 name, sizeof(CounterCollection), &local_counters_); in MapCounters()714 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
123 return CounterCollection(data_access)356 class CounterCollection(object): class