Home
last modified time | relevance | path

Searched refs:GetLineTicks (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h142 bool GetLineTicks(LineTick* entries, unsigned int length) const;
/third_party/node/deps/v8/include/
H A Dv8-profiler.h142 bool GetLineTicks(LineTick* entries, unsigned int length) const;
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc408 bool ProfileNode::GetLineTicks(v8::CpuProfileNode::LineTick* entries, in GetLineTicks() function in v8::internal::ProfileNode
795 if (node->GetLineTicks(&entries[0], lineCount)) { in SerializePositionTicks()
H A Dprofile-generator.h316 bool GetLineTicks(v8::CpuProfileNode::LineTick* entries,
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc52 if (node->GetLineTicks(&entries[0], lineCount)) { in buildInspectorObjectForPositionTicks()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9803 bool CpuProfileNode::GetLineTicks(LineTick* entries, in GetLineTicks() function in v8::OneByteMask::__anon13987::MapAsArrayKind::CpuProfileNode
9806 return node->GetLineTicks(entries, length); in GetLineTicks()

Completed in 29 milliseconds