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

/external/chromium_org/v8/src/
H A Dd8.h43 class CounterCollection { class in namespace:v8
45 CounterCollection();
374 static CounterCollection local_counters_;
375 static CounterCollection* counters_;
H A Dd8.cc149 CounterCollection Shell::local_counters_;
150 CounterCollection* Shell::counters_ = &local_counters_;
704 CounterCollection::CounterCollection() { function in class:v8::CounterCollection
712 Counter* CounterCollection::GetNextCounter() {
720 name, sizeof(CounterCollection), &local_counters_);
727 counters_ = static_cast<CounterCollection*>(memory);
/external/chromium_org/v8/tools/
H A Dstats-viewer.py123 return CounterCollection(data_access)
356 class CounterCollection(object): class in inherits:object

Completed in 249 milliseconds