Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Side by Side Diff: runtime/vm/symbols.h

Issue 13932038: Mark Float32x4List as fixed length array. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mark Float32x4List as fixed length array. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 VM_SYMBOLS_H_ 5 #ifndef VM_SYMBOLS_H_
6 #define VM_SYMBOLS_H_ 6 #define VM_SYMBOLS_H_
7 7
8 #include "vm/object.h" 8 #include "vm/object.h"
9 #include "vm/snapshot_ids.h" 9 #include "vm/snapshot_ids.h"
10 10
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 V(Uint16ListFactory, "Uint16List.") \ 140 V(Uint16ListFactory, "Uint16List.") \
141 V(Int32List, "Int32List") \ 141 V(Int32List, "Int32List") \
142 V(Int32ListFactory, "Int32List.") \ 142 V(Int32ListFactory, "Int32List.") \
143 V(Uint32List, "Uint32List") \ 143 V(Uint32List, "Uint32List") \
144 V(Uint32ListFactory, "Uint32List.") \ 144 V(Uint32ListFactory, "Uint32List.") \
145 V(Int64List, "Int64List") \ 145 V(Int64List, "Int64List") \
146 V(Int64ListFactory, "Int64List.") \ 146 V(Int64ListFactory, "Int64List.") \
147 V(Uint64List, "Uint64List") \ 147 V(Uint64List, "Uint64List") \
148 V(Uint64ListFactory, "Uint64List.") \ 148 V(Uint64ListFactory, "Uint64List.") \
149 V(Float32x4List, "Float32x4List") \ 149 V(Float32x4List, "Float32x4List") \
150 V(Float32x4ListFactory, "Float32x4List.") \
150 V(Float32List, "Float32List") \ 151 V(Float32List, "Float32List") \
151 V(Float32ListFactory, "Float32List.") \ 152 V(Float32ListFactory, "Float32List.") \
152 V(Float64List, "Float64List") \ 153 V(Float64List, "Float64List") \
153 V(Float64ListFactory, "Float64List.") \ 154 V(Float64ListFactory, "Float64List.") \
154 V(_Int8Array, "_Int8Array") \ 155 V(_Int8Array, "_Int8Array") \
155 V(_Uint8Array, "_Uint8Array") \ 156 V(_Uint8Array, "_Uint8Array") \
156 V(_Uint8ClampedArray, "_Uint8ClampedArray") \ 157 V(_Uint8ClampedArray, "_Uint8ClampedArray") \
157 V(_Int16Array, "_Int16Array") \ 158 V(_Int16Array, "_Int16Array") \
158 V(_Uint16Array, "_Uint16Array") \ 159 V(_Uint16Array, "_Uint16Array") \
159 V(_Int32Array, "_Int32Array") \ 160 V(_Int32Array, "_Int32Array") \
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 friend class SnapshotReader; 437 friend class SnapshotReader;
437 friend class SnapshotWriter; 438 friend class SnapshotWriter;
438 friend class ApiMessageReader; 439 friend class ApiMessageReader;
439 440
440 DISALLOW_COPY_AND_ASSIGN(Symbols); 441 DISALLOW_COPY_AND_ASSIGN(Symbols);
441 }; 442 };
442 443
443 } // namespace dart 444 } // namespace dart
444 445
445 #endif // VM_SYMBOLS_H_ 446 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698