Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 28666) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -288,6 +288,7 @@ |
| V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \ |
| V(hashCode, "get:hashCode") \ |
| V(_leftShiftWithMask32, "_leftShiftWithMask32") \ |
| + V(OptimizedOut, "<optimized out>") \ |
| // Contains a list of frequently used strings in a canonicalized form. This |