| Index: runtime/vm/instructions_arm.h
|
| diff --git a/runtime/vm/instructions_arm.h b/runtime/vm/instructions_arm.h
|
| index 13ce9bc76b6b4542319d43cfeb9979c780dcc6e7..ad82da1daba779dc4473a399d3a3da44e93feba8 100644
|
| --- a/runtime/vm/instructions_arm.h
|
| +++ b/runtime/vm/instructions_arm.h
|
| @@ -60,6 +60,7 @@ class CallPattern : public ValueObject {
|
| // This constant length is only valid for inserted call patterns used for
|
| // lazy deoptimization. Regular call pattern may vary in length.
|
| static int DeoptCallPatternLengthInBytes();
|
| + static int DeoptCallPatternLengthInInstructions();
|
|
|
| static void InsertDeoptCallAt(uword pc, uword target_address);
|
|
|
|
|