Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h189 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); } in GetHitLineCount() function
/external/v8/src/
Dapi.cc9641 unsigned int CpuProfileNode::GetHitLineCount() const { in GetHitLineCount() function in v8::CpuProfileNode