Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js340 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 CallTree
578 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
/external/v8/test/mjsunit/tools/
Dprofile.js333 testDriver.profile.getFlatProfile('lib2-f1').findOrAddChild('lib2-f1');