Home | History | Annotate | Download | only in src

Lines Matching defs:FixedDoubleArray

84 //         - FixedDoubleArray
812 V(FixedDoubleArray) \
1735 // represented in a FixedDoubleArray and has at least one value that can only
2228 class FixedDoubleArray;
2343 // FixedDoubleArray describes fixed-sized arrays with element type double.
2344 class FixedDoubleArray: public FixedArrayBase {
2372 static inline FixedDoubleArray* cast(Object* obj);
2374 // Maximal allowed size, in bytes, of a single FixedDoubleArray.
2394 DISALLOW_IMPLICIT_CONSTRUCTORS(FixedDoubleArray);