Searched refs:findOrAddChild (Results 1 – 2 of 2) sorted by relevance
340 var root = counters.findOrAddChild(rootLabel);354 var rec = root.findOrAddChild(node.label);563 curr = curr.findOrAddChild(path[i]);577 CallTree.prototype.findOrAddChild = function(label) { method in CallTree578 return this.root_.findOrAddChild(label);604 var child = (parent ? parent : subTree).findOrAddChild(node.label);750 CallTree.Node.prototype.findOrAddChild = function(label) { method in CallTree.Node
333 testDriver.profile.getFlatProfile('lib2-f1').findOrAddChild('lib2-f1');