Searched refs:totalWeight (Results 1 - 7 of 7) sorted by relevance

/external/v8/tools/
H A Dprofile_view.js53 var totalWeight = node.totalWeight * samplingRate;
57 selfWeight = totalWeight;
62 var viewNode = createViewNode(node.label, totalWeight, selfWeight, head);
H A Dprofile.js352 root.totalWeight += node.totalWeight;
357 rec.totalWeight += node.totalWeight;
378 counters.getRoot().totalWeight = root.totalWeight;
697 CallTree.Node.prototype.totalWeight = 0;
717 var totalWeight = this.selfWeight;
719 totalWeight += child.computeTotalWeight(); });
720 return this.totalWeight
[all...]
/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp117 float totalWeight = 0; local
156 totalWeight += weight;
181 totalWeight *= 1.01F;
199 totalWeight *= 0.5F;
201 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
/external/v8/test/mjsunit/tools/
H A Dprofile.js194 assertEquals(totalTicks, node.totalWeight, 'total of ' + stack);
289 assertEquals(testDriver.root.total, flatProfileRoot.totalWeight);
298 assertEquals(reference.total, rec.totalWeight, 'total of ' + rec.label);
335 assertEquals(5, flatProfileRoot.totalWeight);
344 assertEquals(reference[1], rec.totalWeight, 'total of ' + rec.label);
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1593 segment.totalWeight = 1;
1605 assertEquals(0, segment.totalWeight);
1628 segment.totalWeight = 1;
1640 assertEquals(0, segment.totalWeight);
2155 segment.totalWeight = originalCount;
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2069 int totalWeight; field in class:LocalCache.Segment
2598 totalWeight += weight;
2673 totalWeight -= valueReference.getWeight();
2695 while (totalWeight > maxSegmentWeight) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds