Home
last modified time | relevance | path

Searched refs:childrenCount (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc777 const int childrenCount = node->GetChildrenCount(); in FlattenNodesTree() local
778 for (int i = 0; i < childrenCount; i++) in FlattenNodesTree()
824 int childrenCount) { in SerializeChildren()
825 for (int i = 0; i < childrenCount; i++) { in SerializeChildren()
827 if (i != (childrenCount - 1)) writer_->AddCharacter(','); in SerializeChildren()
843 const int childrenCount = node->GetChildrenCount(); in SerializeNode() local
844 if (childrenCount) { in SerializeNode()
846 SerializeChildren(node, childrenCount); in SerializeNode()
823 SerializeChildren(const v8::CpuProfileNode* node, int childrenCount) SerializeChildren() argument
H A Dprofile-generator.h606 void SerializeChildren(const v8::CpuProfileNode* node, int childrenCount);
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc83 const int childrenCount = node->GetChildrenCount(); in buildInspectorObjectFor() local
84 if (childrenCount) { in buildInspectorObjectFor()
86 for (int i = 0; i < childrenCount; i++) in buildInspectorObjectFor()
127 const int childrenCount = node->GetChildrenCount(); in flattenNodesTree() local
128 for (int i = 0; i < childrenCount; i++) in flattenNodesTree()

Completed in 5 milliseconds