| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 30f7f90ac00fa421068ff635a3d45cd96b93542f..c7f3a0c4e663eb94a16473fa619d6e080cd0b8db 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -221,20 +221,34 @@ class ObjectPointerVisitor;
|
| V(_Float32x4, "_Float32x4") \
|
| V(_Float64x2, "_Float64x2") \
|
| V(_Int32x4, "_Int32x4") \
|
| - V(Int8List, "_Int8List") \
|
| - V(Uint8List, "_Uint8List") \
|
| - V(Uint8ClampedList, "_Uint8ClampedList") \
|
| - V(Int16List, "_Int16List") \
|
| - V(Uint16List, "_Uint16List") \
|
| - V(Int32List, "_Int32List") \
|
| - V(Uint32List, "_Uint32List") \
|
| - V(Int64List, "_Int64List") \
|
| - V(Uint64List, "_Uint64List") \
|
| - V(Float32x4List, "_Float32x4List") \
|
| - V(Int32x4List, "_Int32x4List") \
|
| - V(Float64x2List, "_Float64x2List") \
|
| - V(Float32List, "_Float32List") \
|
| - V(Float64List, "_Float64List") \
|
| + V(Int8List, "Int8List") \
|
| + V(Uint8List, "Uint8List") \
|
| + V(Uint8ClampedList, "Uint8ClampedList") \
|
| + V(Int16List, "Int16List") \
|
| + V(Uint16List, "Uint16List") \
|
| + V(Int32List, "Int32List") \
|
| + V(Uint32List, "Uint32List") \
|
| + V(Int64List, "Int64List") \
|
| + V(Uint64List, "Uint64List") \
|
| + V(Float32x4List, "Float32x4List") \
|
| + V(Int32x4List, "Int32x4List") \
|
| + V(Float64x2List, "Float64x2List") \
|
| + V(Float32List, "Float32List") \
|
| + V(Float64List, "Float64List") \
|
| + V(_Int8List, "_Int8List") \
|
| + V(_Uint8List, "_Uint8List") \
|
| + V(_Uint8ClampedList, "_Uint8ClampedList") \
|
| + V(_Int16List, "_Int16List") \
|
| + V(_Uint16List, "_Uint16List") \
|
| + V(_Int32List, "_Int32List") \
|
| + V(_Uint32List, "_Uint32List") \
|
| + V(_Int64List, "_Int64List") \
|
| + V(_Uint64List, "_Uint64List") \
|
| + V(_Float32x4List, "_Float32x4List") \
|
| + V(_Int32x4List, "_Int32x4List") \
|
| + V(_Float64x2List, "_Float64x2List") \
|
| + V(_Float32List, "_Float32List") \
|
| + V(_Float64List, "_Float64List") \
|
| V(_Int8ArrayFactory, "Int8List.") \
|
| V(_Uint8ArrayFactory, "Uint8List.") \
|
| V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \
|
|
|