Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DAllocationProfile.js98 var liveCount = stats ? stats.count : 0;
105 liveCount,
233 node.liveCount,
248 _serializeNode: function(nodeId, functionInfo, count, size, liveCount, liveSize, hasChildren) argument
259 liveCount,
277 WebInspector.TopDownAllocationNode = function(id, functionInfo, count, size, liveCount, liveSize, p… argument
283 this.liveCount = liveCount;
299 this.liveCount = 0;
380 this.totalLiveCount += node.liveCount;
405 var liveCount = node.liveCount;
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotCommon.js67 …(nodeId, functionName, scriptName, scriptId, line, column, count, size, liveCount, liveSize, hasCh… argument
86 this.liveCount = liveCount;
DHeapSnapshotGridNodes.js1526 "liveCount": Number.withThousandsSeparator(data.liveCount), property
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1017 int liveCount = originalCount / 3; in testExpand_cleanup() local
1019 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
1021 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
1029 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
1031 assertTrue(segment.count >= liveCount); in testExpand_cleanup()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1540 int liveCount = originalCount / 3; in testExpand_cleanup() local
1542 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1544 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
1552 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1554 assertTrue(segment.count >= liveCount); in testExpand_cleanup()