| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 22603)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| // (class-name, function-name, recognized enum, fingerprint).
|
| // See intrinsifier for fingerprint computation.
|
| #define RECOGNIZED_LIST(V) \
|
| + V(Object, get:_cid, ObjectCid, 732498573) \
|
| V(_ObjectArray, get:length, ObjectArrayLength, 405297088) \
|
| V(_ImmutableArray, get:length, ImmutableArrayLength, 433698233) \
|
| V(_TypedList, get:length, TypedDataLength, 1004567191) \
|
|
|