Home
last modified time | relevance | path

Searched defs:counts_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dprofiler-stats.h43 std::atomic_int counts_[Reason::kNumberOfReasons] = {}; variable
/third_party/node/deps/v8/src/diagnostics/
Dbasic-block-profiler.h65 std::vector<uint32_t> counts_; variable