Searched defs:doubles (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dallocation-folding.js49 // Test allocation folding of doubles.
51 function doubles() { function
57 doubles(); doubles(); doubles();
58 %OptimizeFunctionOnNextCall(doubles);
59 result = doubles();
65 // Test allocation folding of doubles into non-doubles.
/external/chromium_org/base/containers/
H A Dstack_container_unittest.cc122 StackVector<double, 1> doubles; local
123 doubles->push_back(0.0);
124 EXPECT_ALIGNED(&doubles[0], ALIGNOF(double));
/external/chromium_org/v8/src/
H A Dlithium.cc480 BitVector* doubles = allocated_double_registers(); local
481 BitVector::Iterator iterator(doubles);
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java287 private double[] doubles; field in class:ArrayAccessReplaceTest.Simple
310 return doubles[pos];
354 doubles[pos] = value;
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc197 BitVector* doubles = chunk()->allocated_double_registers(); local
198 BitVector::Iterator save_iterator(doubles);
2396 // Compare left and right operands as doubles and load the
2904 BitVector* doubles = chunk()->allocated_double_registers(); local
2905 BitVector::Iterator save_iterator(doubles);
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc259 Comment(";;; Store dynamic frame alignment tag for spilled doubles");
274 BitVector* doubles = chunk()->allocated_double_registers(); local
275 BitVector::Iterator save_iterator(doubles);
2160 // Pass two doubles as arguments on the stack.
2996 BitVector* doubles = chunk()->allocated_double_registers(); local
2997 BitVector::Iterator save_iterator(doubles);
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc196 BitVector* doubles = chunk()->allocated_double_registers(); local
197 BitVector::Iterator save_iterator(doubles);
2259 // Compare left and right as doubles and load the
2775 BitVector* doubles = chunk()->allocated_double_registers(); local
2776 BitVector::Iterator save_iterator(doubles);
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc205 BitVector* doubles = chunk()->allocated_double_registers(); local
206 BitVector::Iterator save_iterator(doubles);
2614 BitVector* doubles = chunk()->allocated_double_registers(); local
2615 BitVector::Iterator save_iterator(doubles);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 214 milliseconds