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

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

Issue 51333005: Add Uint32x4List to typed_data (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/raw_object.h ('k') | sdk/lib/typed_data/dart2js/typed_data_dart2js.dart » ('j') | 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 V(Int32List, "Int32List") \ 149 V(Int32List, "Int32List") \
150 V(Int32ListFactory, "Int32List.") \ 150 V(Int32ListFactory, "Int32List.") \
151 V(Uint32List, "Uint32List") \ 151 V(Uint32List, "Uint32List") \
152 V(Uint32ListFactory, "Uint32List.") \ 152 V(Uint32ListFactory, "Uint32List.") \
153 V(Int64List, "Int64List") \ 153 V(Int64List, "Int64List") \
154 V(Int64ListFactory, "Int64List.") \ 154 V(Int64ListFactory, "Int64List.") \
155 V(Uint64List, "Uint64List") \ 155 V(Uint64List, "Uint64List") \
156 V(Uint64ListFactory, "Uint64List.") \ 156 V(Uint64ListFactory, "Uint64List.") \
157 V(Float32x4List, "Float32x4List") \ 157 V(Float32x4List, "Float32x4List") \
158 V(Float32x4ListFactory, "Float32x4List.") \ 158 V(Float32x4ListFactory, "Float32x4List.") \
159 V(Uint32x4List, "Uint32x4List") \
160 V(Uint32x4ListFactory, "Uint32x4List.") \
159 V(Float32List, "Float32List") \ 161 V(Float32List, "Float32List") \
160 V(Float32ListFactory, "Float32List.") \ 162 V(Float32ListFactory, "Float32List.") \
161 V(Float64List, "Float64List") \ 163 V(Float64List, "Float64List") \
162 V(Float64ListFactory, "Float64List.") \ 164 V(Float64ListFactory, "Float64List.") \
163 V(_Int8Array, "_Int8Array") \ 165 V(_Int8Array, "_Int8Array") \
164 V(_Int8ArrayFactory, "_Int8Array.") \ 166 V(_Int8ArrayFactory, "_Int8Array.") \
165 V(_Uint8Array, "_Uint8Array") \ 167 V(_Uint8Array, "_Uint8Array") \
166 V(_Uint8ArrayFactory, "_Uint8Array.") \ 168 V(_Uint8ArrayFactory, "_Uint8Array.") \
167 V(_Uint8ClampedArray, "_Uint8ClampedArray") \ 169 V(_Uint8ClampedArray, "_Uint8ClampedArray") \
168 V(_Uint8ClampedArrayFactory, "_Uint8ClampedArray.") \ 170 V(_Uint8ClampedArrayFactory, "_Uint8ClampedArray.") \
169 V(_Int16Array, "_Int16Array") \ 171 V(_Int16Array, "_Int16Array") \
170 V(_Int16ArrayFactory, "_Int16Array.") \ 172 V(_Int16ArrayFactory, "_Int16Array.") \
171 V(_Uint16Array, "_Uint16Array") \ 173 V(_Uint16Array, "_Uint16Array") \
172 V(_Uint16ArrayFactory, "_Uint16Array.") \ 174 V(_Uint16ArrayFactory, "_Uint16Array.") \
173 V(_Int32Array, "_Int32Array") \ 175 V(_Int32Array, "_Int32Array") \
174 V(_Int32ArrayFactory, "_Int32Array.") \ 176 V(_Int32ArrayFactory, "_Int32Array.") \
175 V(_Uint32Array, "_Uint32Array") \ 177 V(_Uint32Array, "_Uint32Array") \
176 V(_Uint32ArrayFactory, "_Uint32Array.") \ 178 V(_Uint32ArrayFactory, "_Uint32Array.") \
177 V(_Int64Array, "_Int64Array") \ 179 V(_Int64Array, "_Int64Array") \
178 V(_Int64ArrayFactory, "_Int64Array.") \ 180 V(_Int64ArrayFactory, "_Int64Array.") \
179 V(_Uint64Array, "_Uint64Array") \ 181 V(_Uint64Array, "_Uint64Array") \
180 V(_Uint64ArrayFactory, "_Uint64Array.") \ 182 V(_Uint64ArrayFactory, "_Uint64Array.") \
181 V(_Float32x4Array, "_Float32x4Array") \ 183 V(_Float32x4Array, "_Float32x4Array") \
182 V(_Float32x4ArrayFactory, "_Float32x4Array.") \ 184 V(_Float32x4ArrayFactory, "_Float32x4Array.") \
185 V(_Uint32x4Array, "_Uint32x4Array") \
186 V(_Uint32x4ArrayFactory, "_Uint32x4Array.") \
183 V(_Float32Array, "_Float32Array") \ 187 V(_Float32Array, "_Float32Array") \
184 V(_Float32ArrayFactory, "_Float32Array.") \ 188 V(_Float32ArrayFactory, "_Float32Array.") \
185 V(_Float64Array, "_Float64Array") \ 189 V(_Float64Array, "_Float64Array") \
186 V(_Float64ArrayFactory, "_Float64Array.") \ 190 V(_Float64ArrayFactory, "_Float64Array.") \
187 V(_Int8ArrayView, "_Int8ArrayView") \ 191 V(_Int8ArrayView, "_Int8ArrayView") \
188 V(_Uint8ArrayView, "_Uint8ArrayView") \ 192 V(_Uint8ArrayView, "_Uint8ArrayView") \
189 V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \ 193 V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \
190 V(_Int16ArrayView, "_Int16ArrayView") \ 194 V(_Int16ArrayView, "_Int16ArrayView") \
191 V(_Uint16ArrayView, "_Uint16ArrayView") \ 195 V(_Uint16ArrayView, "_Uint16ArrayView") \
192 V(_Int32ArrayView, "_Int32ArrayView") \ 196 V(_Int32ArrayView, "_Int32ArrayView") \
193 V(_Uint32ArrayView, "_Uint32ArrayView") \ 197 V(_Uint32ArrayView, "_Uint32ArrayView") \
194 V(_Int64ArrayView, "_Int64ArrayView") \ 198 V(_Int64ArrayView, "_Int64ArrayView") \
195 V(_Uint64ArrayView, "_Uint64ArrayView") \ 199 V(_Uint64ArrayView, "_Uint64ArrayView") \
196 V(_Float32ArrayView, "_Float32ArrayView") \ 200 V(_Float32ArrayView, "_Float32ArrayView") \
197 V(_Float64ArrayView, "_Float64ArrayView") \ 201 V(_Float64ArrayView, "_Float64ArrayView") \
198 V(_Float32x4ArrayView, "_Float32x4ArrayView") \ 202 V(_Float32x4ArrayView, "_Float32x4ArrayView") \
203 V(_Uint32x4ArrayView, "_Uint32x4ArrayView") \
199 V(_ExternalInt8Array, "_ExternalInt8Array") \ 204 V(_ExternalInt8Array, "_ExternalInt8Array") \
200 V(_ExternalUint8Array, "_ExternalUint8Array") \ 205 V(_ExternalUint8Array, "_ExternalUint8Array") \
201 V(_ExternalUint8ClampedArray, "_ExternalUint8ClampedArray") \ 206 V(_ExternalUint8ClampedArray, "_ExternalUint8ClampedArray") \
202 V(_ExternalInt16Array, "_ExternalInt16Array") \ 207 V(_ExternalInt16Array, "_ExternalInt16Array") \
203 V(_ExternalUint16Array, "_ExternalUint16Array") \ 208 V(_ExternalUint16Array, "_ExternalUint16Array") \
204 V(_ExternalInt32Array, "_ExternalInt32Array") \ 209 V(_ExternalInt32Array, "_ExternalInt32Array") \
205 V(_ExternalUint32Array, "_ExternalUint32Array") \ 210 V(_ExternalUint32Array, "_ExternalUint32Array") \
206 V(_ExternalInt64Array, "_ExternalInt64Array") \ 211 V(_ExternalInt64Array, "_ExternalInt64Array") \
207 V(_ExternalUint64Array, "_ExternalUint64Array") \ 212 V(_ExternalUint64Array, "_ExternalUint64Array") \
208 V(_ExternalFloat32x4Array, "_ExternalFloat32x4Array") \ 213 V(_ExternalFloat32x4Array, "_ExternalFloat32x4Array") \
214 V(_ExternalUint32x4Array, "_ExternalUint32x4Array") \
209 V(_ExternalFloat32Array, "_ExternalFloat32Array") \ 215 V(_ExternalFloat32Array, "_ExternalFloat32Array") \
210 V(_ExternalFloat64Array, "_ExternalFloat64Array") \ 216 V(_ExternalFloat64Array, "_ExternalFloat64Array") \
211 V(ByteData, "ByteData") \ 217 V(ByteData, "ByteData") \
212 V(ByteDataDot, "ByteData.") \ 218 V(ByteDataDot, "ByteData.") \
213 V(ByteDataDotview, "ByteData.view") \ 219 V(ByteDataDotview, "ByteData.view") \
214 V(_ByteDataView, "_ByteDataView") \ 220 V(_ByteDataView, "_ByteDataView") \
215 V(_WeakProperty, "_WeakProperty") \ 221 V(_WeakProperty, "_WeakProperty") \
216 V(_MirrorReference, "_MirrorReference") \ 222 V(_MirrorReference, "_MirrorReference") \
217 V(InvocationMirror, "_InvocationMirror") \ 223 V(InvocationMirror, "_InvocationMirror") \
218 V(AllocateInvocationMirror, "_allocateInvocationMirror") \ 224 V(AllocateInvocationMirror, "_allocateInvocationMirror") \
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 friend class SnapshotReader; 496 friend class SnapshotReader;
491 friend class SnapshotWriter; 497 friend class SnapshotWriter;
492 friend class ApiMessageReader; 498 friend class ApiMessageReader;
493 499
494 DISALLOW_COPY_AND_ASSIGN(Symbols); 500 DISALLOW_COPY_AND_ASSIGN(Symbols);
495 }; 501 };
496 502
497 } // namespace dart 503 } // namespace dart
498 504
499 #endif // VM_SYMBOLS_H_ 505 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/raw_object.h ('k') | sdk/lib/typed_data/dart2js/typed_data_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698