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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 864463002: Create string efficiently from Uint16List/View. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add tests for external typed-data Created 5 years, 11 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/lib/string_patch.dart ('k') | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 2b14eb739a52203af86248c95e3942c9a8fdb29c..2369a1c77b333f6dd7cfc510e5de4906aec762f7 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -109,6 +109,7 @@ namespace dart {
V(OneByteString_allocate, 1) \
V(OneByteString_allocateFromOneByteList, 3) \
V(OneByteString_setAt, 3) \
+ V(TwoByteString_allocateFromTwoByteList, 3) \
V(ExternalOneByteString_getCid, 0) \
V(String_getHashCode, 1) \
V(String_getLength, 1) \
« no previous file with comments | « runtime/lib/string_patch.dart ('k') | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698