| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 5b363e28772436c683ce8eba950e94ddb85163aa..233e35663c3fbc3dfba31ee8e4a92745407f939b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3091,6 +3091,9 @@ class DeoptInfo : public Object {
|
| // instructions in the prefix.
|
| intptr_t FrameSize() const;
|
|
|
| + // Returns the number of kMaterializeObject instructions in the prefix.
|
| + intptr_t NumMaterializations() const;
|
| +
|
| static RawDeoptInfo* New(intptr_t num_commands);
|
|
|
| static const intptr_t kBytesPerElement = (kNumberOfEntries * kWordSize);
|
|
|