| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index af79913479bc56af5f5f8e8e8947294d7cf7e6b0..d6910320d15f6cc573d0cf2b821ea6886080cfe3 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -46,7 +46,7 @@ class Range;
|
| V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 728842615) \
|
| V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 1067360925) \
|
| V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1067360925) \
|
| - V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 690339584) \
|
| + V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 279982060) \
|
| V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 427754869) \
|
| V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 427754869) \
|
| V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 427754869) \
|
| @@ -55,7 +55,7 @@ class Range;
|
| V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 427754869) \
|
| V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 637235443) \
|
| V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 637235443) \
|
| - V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 1016704782) \
|
| + V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 780994886) \
|
| V(_GrowableObjectArray, get:length, GrowableArrayLength, 725548050) \
|
| V(_GrowableObjectArray, get:_capacity, GrowableArrayCapacity, 725548050) \
|
| V(_StringBase, get:length, StringBaseLength, 320803993) \
|
|
|