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

/external/v8/include/
H A Dv8-profiler.h184 unsigned int GetHitLineCount() const;
/external/v8/src/profiler/
H A Dprofile-generator.h189 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); } function in class:v8::internal::ProfileNode
/external/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc32 unsigned lineCount = node->GetHitLineCount();
/external/v8/src/
H A Dapi.cc9641 unsigned int CpuProfileNode::GetHitLineCount() const { function in class:v8::CpuProfileNode
9643 return node->GetHitLineCount();

Completed in 117 milliseconds