Chromium Code Reviews| Index: runtime/vm/opt_code_generator_ia32.cc |
| =================================================================== |
| --- runtime/vm/opt_code_generator_ia32.cc (revision 1097) |
| +++ runtime/vm/opt_code_generator_ia32.cc (working copy) |
| @@ -147,6 +147,7 @@ |
| DISALLOW_COPY_AND_ASSIGN(DeoptimizationBlob); |
| }; |
| +// TODO(srdjan): Add String_get:length, String_charCodeAt, String_hashCode. |
| #define RECOGNIZED_LIST(V) \ |
| V(ObjectArray, get:length, ObjectArrayLength) \ |