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

Unified Diff: runtime/vm/symbols.h

Issue 172293004: Explicit conversions for Float32 array loads/stores. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: runtime/vm/symbols.h
===================================================================
--- runtime/vm/symbols.h (revision 32793)
+++ runtime/vm/symbols.h (working copy)
@@ -141,33 +141,19 @@
V(Float64x2, "Float64x2") \
V(Int32x4, "Int32x4") \
V(Int8List, "Int8List") \
- V(Int8ListFactory, "Int8List.") \
V(Uint8List, "Uint8List") \
- V(Uint8ListFactory, "Uint8List.") \
V(Uint8ClampedList, "Uint8ClampedList") \
- V(Uint8ClampedListFactory, "Uint8ClampedList.") \
V(Int16List, "Int16List") \
- V(Int16ListFactory, "Int16List.") \
V(Uint16List, "Uint16List") \
- V(Uint16ListFactory, "Uint16List.") \
V(Int32List, "Int32List") \
- V(Int32ListFactory, "Int32List.") \
V(Uint32List, "Uint32List") \
- V(Uint32ListFactory, "Uint32List.") \
V(Int64List, "Int64List") \
- V(Int64ListFactory, "Int64List.") \
V(Uint64List, "Uint64List") \
- V(Uint64ListFactory, "Uint64List.") \
V(Float32x4List, "Float32x4List") \
- V(Float32x4ListFactory, "Float32x4List.") \
V(Int32x4List, "Int32x4List") \
- V(Int32x4ListFactory, "Int32x4List.") \
V(Float64x2List, "Float64x2List") \
- V(Float64x2ListFactory, "Float64x2List.") \
V(Float32List, "Float32List") \
- V(Float32ListFactory, "Float32List.") \
V(Float64List, "Float64List") \
- V(Float64ListFactory, "Float64List.") \
V(_Int8Array, "_Int8Array") \
V(_Int8ArrayFactory, "_Int8Array.") \
V(_Uint8Array, "_Uint8Array") \
« runtime/vm/intermediate_language.h ('K') | « runtime/vm/intermediate_language_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698