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

Unified Diff: runtime/vm/intrinsifier.h

Issue 14383016: Move negative length checks from Dart into the native. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/flow_graph_builder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
===================================================================
--- runtime/vm/intrinsifier.h (revision 22079)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -105,18 +105,18 @@
V(_Float32Array, _new, TypedData_Float32Array_new, 723829075) \
V(_Float64Array, _new, TypedData_Float64Array_new, 111654177) \
V(_Float32x4Array, _new, TypedData_Float32x4Array_new, 984763738) \
- V(_Int8Array, ., TypedData_Int8Array_factory, 974805301) \
- V(_Uint8Array, ., TypedData_Uint8Array_factory, 839639001) \
- V(_Uint8ClampedArray, ., TypedData_Uint8ClampedArray_factory, 1947193032) \
- V(_Int16Array, ., TypedData_Int16Array_factory, 1492289327) \
- V(_Uint16Array, ., TypedData_Uint16Array_factory, 358109132) \
- V(_Int32Array, ., TypedData_Int32Array_factory, 1238390459) \
- V(_Uint32Array, ., TypedData_Uint32Array_factory, 1091191177) \
- V(_Int64Array, ., TypedData_Int64Array_factory, 569474614) \
- V(_Uint64Array, ., TypedData_Uint64Array_factory, 1778132384) \
- V(_Float32Array, ., TypedData_Float32Array_factory, 630024167) \
- V(_Float64Array, ., TypedData_Float64Array_factory, 740945295) \
- V(_Float32x4Array, ., TypedData_Float32x4Array_factory, 1881134784) \
+ V(_Int8Array, ., TypedData_Int8Array_factory, 1168404493) \
+ V(_Uint8Array, ., TypedData_Uint8Array_factory, 2094565809) \
+ V(_Uint8ClampedArray, ., TypedData_Uint8ClampedArray_factory, 1449285088) \
+ V(_Int16Array, ., TypedData_Int16Array_factory, 1430476167) \
+ V(_Uint16Array, ., TypedData_Uint16Array_factory, 996241892) \
+ V(_Int32Array, ., TypedData_Int32Array_factory, 360797715) \
+ V(_Uint32Array, ., TypedData_Uint32Array_factory, 995053409) \
+ V(_Int64Array, ., TypedData_Int64Array_factory, 570248142) \
+ V(_Uint64Array, ., TypedData_Uint64Array_factory, 1114332856) \
+ V(_Float32Array, ., TypedData_Float32Array_factory, 1719636031) \
+ V(_Float64Array, ., TypedData_Float64Array_factory, 1896334311) \
+ V(_Float32x4Array, ., TypedData_Float32x4Array_factory, 1768466392) \
// TODO(srdjan): Implement _FixedSizeArrayIterator, get:current and
// _FixedSizeArrayIterator, moveNext.
« no previous file with comments | « runtime/vm/flow_graph_builder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698