Searched refs:findOrAddChild (Results 1 – 1 of 1) sorted by relevance
359 var root = counters.findOrAddChild(rootLabel);373 var rec = root.findOrAddChild(node.label);602 curr = curr.findOrAddChild(path[i]);616 CallTree.prototype.findOrAddChild = function(label) { method in CallTree617 return this.root_.findOrAddChild(label);643 var child = (parent ? parent : subTree).findOrAddChild(node.label);789 CallTree.Node.prototype.findOrAddChild = function(label) { method in CallTree.Node