Searched refs:findOrAddChild (Results 1 – 2 of 2) 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
333 testDriver.profile.getFlatProfile('lib2-f1').findOrAddChild('lib2-f1');