Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h86 unsigned int GetHitLineCount() const;
/external/v8/src/profiler/
Dprofile-generator.h152 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); } in GetHitLineCount() function
/external/v8/test/cctest/
Dtest-cpu-profiler.cc1156 unsigned int line_count = func_node->GetHitLineCount(); in TEST()
/external/v8/src/
Dapi.cc7942 unsigned int CpuProfileNode::GetHitLineCount() const { in GetHitLineCount() function in v8::CpuProfileNode
7944 return node->GetHitLineCount(); in GetHitLineCount()