Searched refs:findOrAddChild (Results 1 – 1 of 1) sorted by relevance
379 var root = counters.findOrAddChild(rootLabel);393 var rec = root.findOrAddChild(node.label);629 curr = curr.findOrAddChild(path[i]);643 CallTree.prototype.findOrAddChild = function(label) { method in CallTree644 return this.root_.findOrAddChild(label);670 var child = (parent ? parent : subTree).findOrAddChild(node.label);816 CallTree.Node.prototype.findOrAddChild = function(label) { method in CallTree.Node