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

Unified Diff: runtime/vm/intrinsifier.h

Issue 10379018: Revert "Revert "Implement {Int,Uint}{8,16,32,64} and Float{32,64} typed arrays."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 76a743da7b54e053992fd02492b8f11388b7e983..01e2ae47c4a4cbdb965ea1da5f8601c3ba3cc943 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -62,8 +62,6 @@ namespace dart {
V(GrowableObjectArray, []=, GrowableArray_setIndexed) \
V(GrowableObjectArray, _setLength, GrowableArray_setLength) \
V(GrowableObjectArray, set:data, GrowableArray_setData) \
- V(_ByteArrayBase, get:length, ByteArrayBase_getLength) \
- V(_ByteArrayBase, [], ByteArrayBase_getIndexed) \
V(ImmutableArray, [], ImmutableArray_getIndexed) \
V(ImmutableArray, get:length, ImmutableArray_getLength) \
V(Math, sqrt, Math_sqrt) \

Powered by Google App Engine
This is Rietveld 408576698