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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 380333002: Add VM class for Map/LinkedHashMap. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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/linked_hash_map.dart ('k') | runtime/vm/bootstrap_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 38576)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -346,6 +346,16 @@
V(GrowableList_setLength, 2) \
V(GrowableList_setData, 2) \
V(Internal_makeListFixedLength, 1) \
+ V(LinkedHashMap_allocate, 1) \
+ V(LinkedHashMap_getLength, 1) \
+ V(LinkedHashMap_insertOrUpdate, 3) \
+ V(LinkedHashMap_lookUp, 2) \
+ V(LinkedHashMap_containsKey, 2) \
+ V(LinkedHashMap_remove, 2) \
+ V(LinkedHashMap_clear, 1) \
+ V(LinkedHashMap_toArray, 1) \
+ V(LinkedHashMap_getModMark, 2) \
+ V(LinkedHashMap_useInternal, 0) \
V(WeakProperty_new, 2) \
V(WeakProperty_getKey, 1) \
V(WeakProperty_getValue, 1) \
« no previous file with comments | « runtime/lib/linked_hash_map.dart ('k') | runtime/vm/bootstrap_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698