Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h71 class CounterCollection {
73 CounterCollection();
717 static CounterCollection local_counters_;
718 static CounterCollection* counters_;
Dd8.cc463 CounterCollection Shell::local_counters_;
464 CounterCollection* Shell::counters_ = &local_counters_;
2823 CounterCollection::CounterCollection() { in CounterCollection() function in v8::CounterCollection
2830 Counter* CounterCollection::GetNextCounter() { in GetNextCounter()
2837 name, sizeof(CounterCollection), &local_counters_); in MapCounters()
2844 counters_ = static_cast<CounterCollection*>(memory); in MapCounters()
/third_party/node/deps/v8/tools/
Dstats-viewer.py126 return CounterCollection(data_access)
359 class CounterCollection(object): class
/third_party/node/deps/v8/src/wasm/
Dc-api.cc263 class CounterCollection { class
265 CounterCollection() = default;
287 static CounterCollection counters_;
378 CounterCollection EngineImpl::counters_;