Chromium Code Reviews| Index: runtime/vm/intrinsifier.h |
| =================================================================== |
| --- runtime/vm/intrinsifier.h (revision 19153) |
| +++ runtime/vm/intrinsifier.h (working copy) |
| @@ -79,6 +79,7 @@ |
| V(_StringBase, get:isEmpty, String_getIsEmpty, 711547329) \ |
| V(_StringBase, get:length, String_getLength, 320803993) \ |
| V(_StringBase, codeUnitAt, String_codeUnitAt, 984449525) \ |
| + V(_OneByteString, get:hashCode, OneByteString_getHashCode, 682660413) \ |
| #define MATH_LIB_INTRINSIC_LIST(V) \ |