Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js379 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 CallTree
644 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