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

Unified Diff: runtime/vm/intrinsifier.h

Issue 10546035: Intrinsify some ByteArray methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address review comments Created 8 years, 6 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/assembler_x64.cc ('k') | runtime/vm/intrinsifier_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 01e2ae47c4a4cbdb965ea1da5f8601c3ba3cc943..5a23c475f3582cd7b328107206cd34e8ea39c113 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -74,6 +74,13 @@ namespace dart {
V(StringBase, charCodeAt, String_charCodeAt) \
V(StringBase, hashCode, String_hashCode) \
V(StringBase, isEmpty, String_isEmpty) \
+ V(_ByteArrayBase, get:length, ByteArrayBase_getLength) \
+ V(_Int8Array, [], Int8Array_getIndexed) \
+ V(_Uint8Array, [], Uint8Array_getIndexed) \
+ V(_Int16Array, [], Int16Array_getIndexed) \
+ V(_Uint16Array, [], Uint16Array_getIndexed) \
+ V(_Int32Array, [], Int32Array_getIndexed) \
+ V(_Uint32Array, [], Uint32Array_getIndexed) \
// Forward declarations.
class Assembler;
« no previous file with comments | « runtime/vm/assembler_x64.cc ('k') | runtime/vm/intrinsifier_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698