CounterCollection 112 src/d8.cc CounterCollection Shell::local_counters_;
CounterCollection 113 src/d8.cc CounterCollection* Shell::counters_ = &local_counters_;
CounterCollection 959 src/d8.cc CounterCollection::CounterCollection() {
CounterCollection 967 src/d8.cc Counter* CounterCollection::GetNextCounter() {
CounterCollection 975 src/d8.cc name, sizeof(CounterCollection), &local_counters_);
CounterCollection 982 src/d8.cc counters_ = static_cast<CounterCollection*>(memory);
CounterCollection 65 src/d8.h class CounterCollection {
CounterCollection 67 src/d8.h CounterCollection();
CounterCollection 377 src/d8.h static CounterCollection local_counters_;
CounterCollection 378 src/d8.h static CounterCollection* counters_;