Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc81 const int childrenCount = node->GetChildrenCount(); in buildInspectorObjectFor() local
82 if (childrenCount) { in buildInspectorObjectFor()
84 for (int i = 0; i < childrenCount; i++) in buildInspectorObjectFor()
125 const int childrenCount = node->GetChildrenCount(); in flattenNodesTree() local
126 for (int i = 0; i < childrenCount; i++) in flattenNodesTree()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp405 uint8_t childrenCount = *CurrPtr++; in processExportNode() local
406 if (childrenCount == 0) in processExportNode()
409 Entry.Children.insert(Entry.Children.begin(), (size_t)childrenCount, in processExportNode()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp434 uint8_t childrenCount = *CurrPtr++; in processExportNode() local
435 if (childrenCount == 0) in processExportNode()
438 Entry.Children.insert(Entry.Children.begin(), (size_t)childrenCount, in processExportNode()