| Index: runtime/vm/deopt_instructions.h
|
| diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
|
| index 5f2236862450beddc3bd5df1d17c430db39f8ec6..2f90ad87950e86be97e5e0dcfe86b5c339daa951 100644
|
| --- a/runtime/vm/deopt_instructions.h
|
| +++ b/runtime/vm/deopt_instructions.h
|
| @@ -179,6 +179,7 @@ class DeoptInfoBuilder : public ValueObject {
|
| class TrieNode;
|
|
|
| intptr_t FindOrAddObjectInTable(const Object& obj) const;
|
| + intptr_t CalculateStackIndex(const Location& from_loc) const;
|
|
|
| GrowableArray<DeoptInstr*> instructions_;
|
| const GrowableObjectArray& object_table_;
|
|
|