| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 864e44892b1a2c33790bccda2436d6426ce1ca4a..e635d405560f65dce661818fdf71b48fa30fe443 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -49,6 +49,9 @@ namespace internal {
|
| F(IsArray, 1, 1) \
|
| F(HasCachedArrayIndex, 1, 1) \
|
| F(GetCachedArrayIndex, 1, 1) \
|
| + F(GetTypeFeedbackVector, 1, 1) \
|
| + F(FixedArrayGet, 2, 1) \
|
| + F(FixedArraySet, 3, 1) \
|
| F(FastOneByteArrayJoin, 2, 1)
|
|
|
|
|
| @@ -78,8 +81,6 @@ namespace internal {
|
| #define FOR_EACH_INTRINSIC_COLLECTIONS(F) \
|
| F(StringGetRawHashField, 1, 1) \
|
| F(TheHole, 0, 1) \
|
| - F(FixedArrayGet, 2, 1) \
|
| - F(FixedArraySet, 3, 1) \
|
| F(JSCollectionGetTable, 1, 1) \
|
| F(GenericHash, 1, 1) \
|
| F(SetInitialize, 1, 1) \
|
|
|