Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dmksnapshot.cc192 using CounterMap = std::map<std::string, int>; typedef
193 CounterMap* counter_map_ = nullptr;
205 counter_map_ = new CounterMap(); in MaybeSetCounterFunction()
/third_party/node/deps/v8/src/d8/
Dd8.h85 using CounterMap = std::unordered_map<std::string, Counter*>; variable
713 static CounterMap* counter_map_;
Dd8.cc460 CounterMap* Shell::counter_map_;
5411 Shell::counter_map_ = new CounterMap(); in Main()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc277 using CounterMap = std::unordered_map<std::string, Counter*>; typedef
288 static CounterMap* counter_map_;
332 counter_map_ = new CounterMap(); in EngineImpl()
379 CounterMap* EngineImpl::counter_map_;