Home | History | Annotate | Download | only in profiler

Lines Matching defs:appendNode

488     appendNode: function(parent, node)
789 this.appendNode(this.rootNode(), new WebInspector.HeapSnapshotConstructorNode(this, constructor, aggregates[constructor], nodeFilter));
907 this.appendNode(this.rootNode(), new WebInspector.HeapSnapshotDiffNode(this, className, diff));
979 this.appendNode(root, new WebInspector.AllocationGridNode(this, tops[i]));