Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h65 class CounterCollection {
67 CounterCollection();
374 static CounterCollection local_counters_;
375 static CounterCollection* counters_;
Dmksnapshot.cc66 class CounterCollection { class
68 CounterCollection() { in CounterCollection() function in CounterCollection
Dd8.cc111 CounterCollection Shell::local_counters_;
112 CounterCollection* Shell::counters_ = &local_counters_;
642 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection
650 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()
658 name, sizeof(CounterCollection), &local_counters_); in MapCounters()
665 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
/external/v8/tools/
Dstats-viewer.py123 return CounterCollection(data_access)
356 class CounterCollection(object): class