v8 API Deep Dive

CpuProfileNode::GetLineTicks

v8

// src/v8/api.cc
bool CpuProfileNode::GetLineTicks(LineTick* entries,
                                  unsigned int length) const {
  const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this);
  return node->GetLineTicks(entries, length);
}

source in chromium code search