Home | History | Annotate | Download | only in heap_snapshot_worker

Lines Matching refs:liveCount

98             var liveCount = stats ? stats.count : 0;
105 liveCount,
233 node.liveCount,
243 * @param {number} liveCount
248 _serializeNode: function(nodeId, functionInfo, count, size, liveCount, liveSize, hasChildren)
259 liveCount,
273 * @param {number} liveCount
277 WebInspector.TopDownAllocationNode = function(id, functionInfo, count, size, liveCount, liveSize, parent)
283 this.liveCount = liveCount;
299 this.liveCount = 0;
380 this.totalLiveCount += node.liveCount;
405 var liveCount = node.liveCount;
411 bottomUpNode.liveCount += liveCount;