Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h46 class CounterCollection {
48 CounterCollection();
458 static CounterCollection local_counters_;
459 static CounterCollection* counters_;
Dd8.cc403 CounterCollection Shell::local_counters_;
404 CounterCollection* Shell::counters_ = &local_counters_;
1329 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection
1337 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()
1345 name, sizeof(CounterCollection), &local_counters_); in MapCounters()
1352 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
/external/v8/tools/
Dstats-viewer.py123 return CounterCollection(data_access)
356 class CounterCollection(object): class