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

/external/v8/src/
H A Dd8.h62 class CounterCollection { class in namespace:v8
64 CounterCollection();
200 static CounterCollection local_counters_;
201 static CounterCollection* counters_;
H A Dmksnapshot.cc67 class CounterCollection { class
69 CounterCollection() { function in class:CounterCollection
90 static CounterCollection local_counters;
H A Dd8.cc93 CounterCollection Shell::local_counters_;
94 CounterCollection* Shell::counters_ = &local_counters_;
325 CounterCollection::CounterCollection() { function in class:v8::CounterCollection
333 Counter* CounterCollection::GetNextCounter() {
341 sizeof(CounterCollection), &local_counters_);
348 counters_ = static_cast<CounterCollection*>(memory);
/external/v8/tools/
H A Dstats-viewer.py121 return CounterCollection(data_access)
354 class CounterCollection(object): class in inherits:object

Completed in 206 milliseconds