Home
last modified time | relevance | path

Searched refs:GetHitCount (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-profiler.h152 unsigned GetHitCount() const;
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc79 .setHitCount(node->GetHitCount()) in buildInspectorObjectFor()
/third_party/node/deps/v8/src/api/
Dapi.cc9795 unsigned CpuProfileNode::GetHitCount() const { in GetHitCount() function in v8::CpuProfileNode