| OLD | NEW |
| 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef RUNTIME_VM_SYMBOLS_H_ | 5 #ifndef RUNTIME_VM_SYMBOLS_H_ |
| 6 #define RUNTIME_VM_SYMBOLS_H_ | 6 #define RUNTIME_VM_SYMBOLS_H_ |
| 7 | 7 |
| 8 #include "vm/growable_array.h" | 8 #include "vm/growable_array.h" |
| 9 #include "vm/object.h" | 9 #include "vm/object.h" |
| 10 #include "vm/snapshot_ids.h" | 10 #include "vm/snapshot_ids.h" |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 V(ColonMatcher, ":matcher") \ | 214 V(ColonMatcher, ":matcher") \ |
| 215 V(Object, "Object") \ | 215 V(Object, "Object") \ |
| 216 V(Int, "int") \ | 216 V(Int, "int") \ |
| 217 V(Double, "double") \ | 217 V(Double, "double") \ |
| 218 V(Float32x4, "Float32x4") \ | 218 V(Float32x4, "Float32x4") \ |
| 219 V(Float64x2, "Float64x2") \ | 219 V(Float64x2, "Float64x2") \ |
| 220 V(Int32x4, "Int32x4") \ | 220 V(Int32x4, "Int32x4") \ |
| 221 V(_Float32x4, "_Float32x4") \ | 221 V(_Float32x4, "_Float32x4") \ |
| 222 V(_Float64x2, "_Float64x2") \ | 222 V(_Float64x2, "_Float64x2") \ |
| 223 V(_Int32x4, "_Int32x4") \ | 223 V(_Int32x4, "_Int32x4") \ |
| 224 V(Int8List, "_Int8List") \ | 224 V(Int8List, "Int8List") \ |
| 225 V(Uint8List, "_Uint8List") \ | 225 V(Uint8List, "Uint8List") \ |
| 226 V(Uint8ClampedList, "_Uint8ClampedList") \ | 226 V(Uint8ClampedList, "Uint8ClampedList") \ |
| 227 V(Int16List, "_Int16List") \ | 227 V(Int16List, "Int16List") \ |
| 228 V(Uint16List, "_Uint16List") \ | 228 V(Uint16List, "Uint16List") \ |
| 229 V(Int32List, "_Int32List") \ | 229 V(Int32List, "Int32List") \ |
| 230 V(Uint32List, "_Uint32List") \ | 230 V(Uint32List, "Uint32List") \ |
| 231 V(Int64List, "_Int64List") \ | 231 V(Int64List, "Int64List") \ |
| 232 V(Uint64List, "_Uint64List") \ | 232 V(Uint64List, "Uint64List") \ |
| 233 V(Float32x4List, "_Float32x4List") \ | 233 V(Float32x4List, "Float32x4List") \ |
| 234 V(Int32x4List, "_Int32x4List") \ | 234 V(Int32x4List, "Int32x4List") \ |
| 235 V(Float64x2List, "_Float64x2List") \ | 235 V(Float64x2List, "Float64x2List") \ |
| 236 V(Float32List, "_Float32List") \ | 236 V(Float32List, "Float32List") \ |
| 237 V(Float64List, "_Float64List") \ | 237 V(Float64List, "Float64List") \ |
| 238 V(_Int8List, "_Int8List") \ |
| 239 V(_Uint8List, "_Uint8List") \ |
| 240 V(_Uint8ClampedList, "_Uint8ClampedList") \ |
| 241 V(_Int16List, "_Int16List") \ |
| 242 V(_Uint16List, "_Uint16List") \ |
| 243 V(_Int32List, "_Int32List") \ |
| 244 V(_Uint32List, "_Uint32List") \ |
| 245 V(_Int64List, "_Int64List") \ |
| 246 V(_Uint64List, "_Uint64List") \ |
| 247 V(_Float32x4List, "_Float32x4List") \ |
| 248 V(_Int32x4List, "_Int32x4List") \ |
| 249 V(_Float64x2List, "_Float64x2List") \ |
| 250 V(_Float32List, "_Float32List") \ |
| 251 V(_Float64List, "_Float64List") \ |
| 238 V(_Int8ArrayFactory, "Int8List.") \ | 252 V(_Int8ArrayFactory, "Int8List.") \ |
| 239 V(_Uint8ArrayFactory, "Uint8List.") \ | 253 V(_Uint8ArrayFactory, "Uint8List.") \ |
| 240 V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \ | 254 V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \ |
| 241 V(_Int16ArrayFactory, "Int16List.") \ | 255 V(_Int16ArrayFactory, "Int16List.") \ |
| 242 V(_Uint16ArrayFactory, "Uint16List.") \ | 256 V(_Uint16ArrayFactory, "Uint16List.") \ |
| 243 V(_Int32ArrayFactory, "Int32List.") \ | 257 V(_Int32ArrayFactory, "Int32List.") \ |
| 244 V(_Uint32ArrayFactory, "Uint32List.") \ | 258 V(_Uint32ArrayFactory, "Uint32List.") \ |
| 245 V(_Int64ArrayFactory, "Int64List.") \ | 259 V(_Int64ArrayFactory, "Int64List.") \ |
| 246 V(_Uint64ArrayFactory, "Uint64List.") \ | 260 V(_Uint64ArrayFactory, "Uint64List.") \ |
| 247 V(_Float32x4ArrayFactory, "Float32x4List.") \ | 261 V(_Float32x4ArrayFactory, "Float32x4List.") \ |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 friend class Serializer; | 682 friend class Serializer; |
| 669 friend class Deserializer; | 683 friend class Deserializer; |
| 670 friend class ApiMessageReader; | 684 friend class ApiMessageReader; |
| 671 | 685 |
| 672 DISALLOW_COPY_AND_ASSIGN(Symbols); | 686 DISALLOW_COPY_AND_ASSIGN(Symbols); |
| 673 }; | 687 }; |
| 674 | 688 |
| 675 } // namespace dart | 689 } // namespace dart |
| 676 | 690 |
| 677 #endif // RUNTIME_VM_SYMBOLS_H_ | 691 #endif // RUNTIME_VM_SYMBOLS_H_ |
| OLD | NEW |