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

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

Completed in 99 milliseconds