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

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp120 float totalWeight = 0; local
159 totalWeight += weight;
184 totalWeight *= 1.01F;
202 totalWeight *= 0.5F;
204 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
/external/chromium_org/v8/tools/
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/v8/tools/
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/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 ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 141 milliseconds