| Index: runtime/vm/intrinsifier.h
|
| ===================================================================
|
| --- runtime/vm/intrinsifier.h (revision 11270)
|
| +++ runtime/vm/intrinsifier.h (working copy)
|
| @@ -62,6 +62,7 @@
|
| V(GrowableObjectArray, []=, GrowableArray_setIndexed) \
|
| V(GrowableObjectArray, _setLength, GrowableArray_setLength) \
|
| V(GrowableObjectArray, set:data, GrowableArray_setData) \
|
| + V(GrowableObjectArray, add, GrowableArray_add) \
|
| V(ImmutableArray, [], ImmutableArray_getIndexed) \
|
| V(ImmutableArray, get:length, ImmutableArray_getLength) \
|
| V(::, sqrt, Math_sqrt) \
|
|
|