Searched refs:liveCount (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DAllocationProfile.js98 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;
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotCommon.js62 * @param {number} liveCount
67 WebInspector.HeapSnapshotCommon.SerializedAllocationNode = function(nodeId, functionName, scriptName, scriptId, line, column, count, size, liveCount, liveSize, hasChildren)
86 this.liveCount = liveCount;
H A DHeapSnapshotGridNodes.js1426 "liveCount": Number.withThousandsSeparator(data.liveCount),
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h602 Vector<int> liveCount; member in struct:blink::ThreadState::SnapshotInfo
H A DThreadState.cpp621 liveCount.append(0);
669 json->setInteger("liveCount", info.liveCount[i]);
H A DHeap.cpp1649 info->liveCount[tag] += 1;
1735 info->liveCount[tag] += 1;
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java1017 int liveCount = originalCount / 3;
1019 assertEquals(liveCount, countLiveEntries(map));
1021 assertEquals(liveCount, originalMap.size());
1029 assertEquals(liveCount, countLiveEntries(map));
1031 assertTrue(segment.count >= liveCount);
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1540 int liveCount = originalCount / 3;
1542 assertEquals(liveCount, countLiveEntries(map, 0));
1544 assertEquals(liveCount, originalMap.size());
1552 assertEquals(liveCount, countLiveEntries(map, 0));
1554 assertTrue(segment.count >= liveCount);

Completed in 235 milliseconds