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

Unified Diff: runtime/vm/intrinsifier.h

Issue 12317011: Inline ByteArray._setIndexed in the flow graph optimizer. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: fixed assert with ICData::New Created 7 years, 10 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/intermediate_language.h ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | 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 18758)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -64,7 +64,7 @@
V(_ObjectArray, get:length, Array_getLength, 405297088) \
V(_ObjectArray, [], Array_getIndexed, 71937385) \
V(_ObjectArray, []=, Array_setIndexed, 255863719) \
- V(_GrowableObjectArray, .withData, GArray_Allocate, 816132033) \
+ V(_GrowableObjectArray, .withData, GrowableArray_Allocate, 816132033) \
V(_GrowableObjectArray, get:length, GrowableArray_getLength, 725548050) \
V(_GrowableObjectArray, get:_capacity, GrowableArray_getCapacity, 725548050) \
V(_GrowableObjectArray, [], GrowableArray_getIndexed, 581838973) \
@@ -89,39 +89,19 @@
#define SCALARLIST_LIB_INTRINSIC_LIST(V) \
V(_ByteArrayBase, get:length, ByteArrayBase_getLength, 1098081765) \
- V(_Int8Array, [], Int8Array_getIndexed, 1295306322) \
- V(_Int8Array, []=, Int8Array_setIndexed, 1709956322) \
V(_Int8Array, _new, Int8Array_new, 535958453) \
- V(_Uint8Array, [], Uint8Array_getIndexed, 578331916) \
- V(_Uint8Array, []=, Uint8Array_setIndexed, 121509844) \
V(_Uint8Array, _new, Uint8Array_new, 604355565) \
- V(_Uint8ClampedArray, [], UintClamped8Array_getIndexed, 327062422) \
- V(_Uint8ClampedArray, []=, Uint8ClampedArray_setIndexed, 2054663547) \
V(_Uint8ClampedArray, _new, Uint8ClampedArray_new, 1070949952) \
- V(_Int16Array, [], Int16Array_getIndexed, 870098766) \
V(_Int16Array, _new, Int16Array_new, 903723993) \
- V(_Uint16Array, [], Uint16Array_getIndexed, 1019828411) \
- V(_Uint16Array, []=, Uint16Array_setIndexed, 1457955615) \
V(_Uint16Array, _new, Uint16Array_new, 133542762) \
- V(_Int32Array, [], Int32Array_getIndexed, 1999321436) \
V(_Int32Array, _new, Int32Array_new, 8218286) \
- V(_Uint32Array, [], Uint32Array_getIndexed, 1750764660) \
V(_Uint32Array, _new, Uint32Array_new, 469402161) \
V(_Int64Array, [], Int64Array_getIndexed, 504894128) \
V(_Int64Array, _new, Int64Array_new, 60605075) \
V(_Uint64Array, [], Uint64Array_getIndexed, 31272531) \
V(_Uint64Array, _new, Uint64Array_new, 624354107) \
- V(_Float32Array, [], Float32Array_getIndexed, 147582932) \
- V(_Float32Array, []=, Float32Array_setIndexed, 664454270) \
V(_Float32Array, _new, Float32Array_new, 109944959) \
- V(_Float64Array, [], Float64Array_getIndexed, 638830526) \
- V(_Float64Array, []=, Float64Array_setIndexed, 1948811847) \
V(_Float64Array, _new, Float64Array_new, 147668392) \
- V(_ExternalUint8Array, [], ExternalUint8Array_getIndexed, 753790851) \
- V(_ExternalUint8ClampedArray, [], ExternalUint8ClampedArray_getIndexed, \
- 823759763) \
- V(_ExternalUint8ClampedArray, []=, ExternalUint8ClampedArray_setIndexed, \
- 654373808) \
// TODO(srdjan): Implement _FixedSizeArrayIterator, get:current and
« no previous file with comments | « runtime/vm/intermediate_language.h ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698