Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h183 unsigned int GetHitLineCount() const;
/external/v8/src/profiler/
Dprofile-generator.h189 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); } in GetHitLineCount() function
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc31 unsigned lineCount = node->GetHitLineCount(); in buildInspectorObjectForPositionTicks()
/external/v8/src/
Dapi.cc9174 unsigned int CpuProfileNode::GetHitLineCount() const { in GetHitLineCount() function in v8::CpuProfileNode
9176 return node->GetHitLineCount(); in GetHitLineCount()