Lines Matching refs:FixedDoubleArray
133 LoadElementNoHole<FixedDoubleArray>(implicit context: Context)(
136 const elements: FixedDoubleArray =
137 Cast<FixedDoubleArray>(a.elements) otherwise unreachable;
159 elements: FixedDoubleArray, dstIndex: intptr, srcIndex: intptr,
176 dstElements: FixedDoubleArray, dstIndex: intptr,
177 srcElements: FixedDoubleArray, srcIndex: intptr, count: intptr): void {
205 return LoadElementNoHole<FixedDoubleArray>(this.unstable, k)
215 const elements = Cast<FixedDoubleArray>(this.unstable.elements)
265 const elements: FixedDoubleArray =
266 Cast<FixedDoubleArray>(this.unstable.elements)
321 return LoadElementNoHole<FixedDoubleArray>(this.unstable, k)