Home | History | Annotate | Download | only in src

Lines Matching defs:FixedDoubleArray

97 //         - FixedDoubleArray
1006 V(FixedDoubleArray) \
2352 // represented in a FixedDoubleArray and has at least one value that can only
2901 class FixedDoubleArray;
3009 // FixedDoubleArray describes fixed-sized arrays with element type double.
3010 class FixedDoubleArray: public FixedArrayBase {
3041 static inline FixedDoubleArray* cast(Object* obj);
3043 // Maximal allowed size, in bytes, of a single FixedDoubleArray.
3051 DECLARE_PRINTER(FixedDoubleArray)
3052 DECLARE_VERIFIER(FixedDoubleArray)
3055 DISALLOW_IMPLICIT_CONSTRUCTORS(FixedDoubleArray);