Home
last modified time | relevance | path

Searched refs:CounterCollection (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dd8.h42 class CounterCollection {
44 CounterCollection();
440 static CounterCollection local_counters_;
441 static CounterCollection* counters_;
Dd8.cc346 CounterCollection Shell::local_counters_;
347 CounterCollection* Shell::counters_ = &local_counters_;
1272 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection
1280 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()
1288 name, sizeof(CounterCollection), &local_counters_); in MapCounters()
1295 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
/external/v8/tools/
Dstats-viewer.py123 return CounterCollection(data_access)
356 class CounterCollection(object): class