| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 98cf34dc19ef58707557eb00ae5bfe5f5f750514..0a0c90ed96dc250a8499a3b1bce5c46a3f7baeb1 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4417,6 +4417,9 @@ class Code : public Object {
|
| RawArray* GetInlinedIdToFunction() const;
|
| void SetInlinedIdToFunction(const Array& value) const;
|
|
|
| + RawArray* GetInlinedIdToTokenPos() const;
|
| + void SetInlinedIdToTokenPos(const Array& value) const;
|
| +
|
| RawArray* GetInlinedCallerIdMap() const;
|
| void SetInlinedCallerIdMap(const Array& value) const;
|
|
|
|
|