Home | History | Annotate | Download | only in profiler

Lines Matching refs:nodeIndex

339     dominatorIdsForNode: function(nodeIndex, callback)
341 this.callMethod(callback, "dominatorIdsForNode", nodeIndex);
345 * @param {number} nodeIndex
348 createEdgesProvider: function(nodeIndex)
350 return this.callFactoryMethod(null, "createEdgesProvider", WebInspector.HeapSnapshotProviderProxy, nodeIndex);
354 * @param {number} nodeIndex
357 createRetainingEdgesProvider: function(nodeIndex)
359 return this.callFactoryMethod(null, "createRetainingEdgesProvider", WebInspector.HeapSnapshotProviderProxy, nodeIndex);
401 * @param {number} nodeIndex
404 createNodesProviderForDominator: function(nodeIndex)
406 return this.callFactoryMethod(null, "createNodesProviderForDominator", WebInspector.HeapSnapshotProviderProxy, nodeIndex);
424 * @param {number} nodeIndex
427 allocationStack: function(nodeIndex, callback)
429 this.callMethod(callback, "allocationStack", nodeIndex);