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

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

Issue 392043003: The dart version of typeddata library has changed to be compatible with the dart2js implementation (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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/snapshot.cc ('k') | tests/standalone/issue14236_test.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 V(_ExternalFloat32x4Array, "_ExternalFloat32x4Array") \ 227 V(_ExternalFloat32x4Array, "_ExternalFloat32x4Array") \
228 V(_ExternalInt32x4Array, "_ExternalInt32x4Array") \ 228 V(_ExternalInt32x4Array, "_ExternalInt32x4Array") \
229 V(_ExternalFloat32Array, "_ExternalFloat32Array") \ 229 V(_ExternalFloat32Array, "_ExternalFloat32Array") \
230 V(_ExternalFloat64Array, "_ExternalFloat64Array") \ 230 V(_ExternalFloat64Array, "_ExternalFloat64Array") \
231 V(_ExternalFloat64x2Array, "_ExternalFloat64x2Array") \ 231 V(_ExternalFloat64x2Array, "_ExternalFloat64x2Array") \
232 V(ByteData, "ByteData") \ 232 V(ByteData, "ByteData") \
233 V(ByteDataDot, "ByteData.") \ 233 V(ByteDataDot, "ByteData.") \
234 V(ByteDataDot_view, "ByteData._view") \ 234 V(ByteDataDot_view, "ByteData._view") \
235 V(ByteDataDotview, "ByteData.view") \ 235 V(ByteDataDotview, "ByteData.view") \
236 V(_ByteDataView, "_ByteDataView") \ 236 V(_ByteDataView, "_ByteDataView") \
237 V(_ByteBuffer, "_ByteBuffer") \
238 V(_ByteBufferDot_New, "_ByteBuffer._New") \
237 V(_WeakProperty, "_WeakProperty") \ 239 V(_WeakProperty, "_WeakProperty") \
238 V(_MirrorReference, "_MirrorReference") \ 240 V(_MirrorReference, "_MirrorReference") \
239 V(InvocationMirror, "_InvocationMirror") \ 241 V(InvocationMirror, "_InvocationMirror") \
240 V(AllocateInvocationMirror, "_allocateInvocationMirror") \ 242 V(AllocateInvocationMirror, "_allocateInvocationMirror") \
241 V(toString, "toString") \ 243 V(toString, "toString") \
242 V(_lookupHandler, "_lookupHandler") \ 244 V(_lookupHandler, "_lookupHandler") \
243 V(_handleMessage, "_handleMessage") \ 245 V(_handleMessage, "_handleMessage") \
244 V(DotCreate, "._create") \ 246 V(DotCreate, "._create") \
245 V(DotWithType, "._withType") \ 247 V(DotWithType, "._withType") \
246 V(_get, "_get") \ 248 V(_get, "_get") \
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 friend class SnapshotReader; 538 friend class SnapshotReader;
537 friend class SnapshotWriter; 539 friend class SnapshotWriter;
538 friend class ApiMessageReader; 540 friend class ApiMessageReader;
539 541
540 DISALLOW_COPY_AND_ASSIGN(Symbols); 542 DISALLOW_COPY_AND_ASSIGN(Symbols);
541 }; 543 };
542 544
543 } // namespace dart 545 } // namespace dart
544 546
545 #endif // VM_SYMBOLS_H_ 547 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698