Chromium Code Reviews| Index: runtime/vm/code_generator.h |
| =================================================================== |
| --- runtime/vm/code_generator.h (revision 14406) |
| +++ runtime/vm/code_generator.h (working copy) |
| @@ -84,6 +84,7 @@ |
| V(UnboxInteger) \ |
| V(CheckClass) \ |
| V(CheckSmi) \ |
| + V(CheckArrayBound) \ |
| V(AtCall) \ |
| V(NumReasons) \ |