Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
| index aa20321ec8fe429decbeb6ebe7f0de47c2e54839..8232a4b2fa57d14126bc8c8e4596cf9b06768153 100644 |
| --- a/runtime/vm/stub_code.h |
| +++ b/runtime/vm/stub_code.h |
| @@ -69,6 +69,8 @@ class SnapshotWriter; |
| #define VM_STUB_CODE_LIST(V) \ |
| V(LazyCompile) \ |
| V(FixCallersTarget) \ |
| + V(Deoptimize) \ |
| + V(DeoptimizeLazy) \ |
| #endif // !defined(TARGET_ARCH_DBC) |