Chromium Code Reviews| Index: runtime/vm/instructions_dbc.h |
| diff --git a/runtime/vm/instructions_dbc.h b/runtime/vm/instructions_dbc.h |
| index 8b239a1f89682ad259adb7b7fd8fd4593fe25b3c..e0ea7999033b0010c67593546f3dac48faad8fb2 100644 |
| --- a/runtime/vm/instructions_dbc.h |
| +++ b/runtime/vm/instructions_dbc.h |
| @@ -57,6 +57,8 @@ class CallPattern : public ValueObject { |
| RawCode* TargetCode() const; |
| void SetTargetCode(const Code& code) const; |
| + static void InsertDeoptCallAt(uword pc); |
| + |
| private: |
| const ObjectPool& object_pool_; |