| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 1045)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -611,15 +611,9 @@
|
| void set_constants(const Array& value) const;
|
| RawArray* constants() const;
|
|
|
| - void set_num_constants(intptr_t value) const;
|
| - intptr_t num_constants() const;
|
| -
|
| void set_canonical_types(const Array& value) const;
|
| RawArray* canonical_types() const;
|
|
|
| - void set_num_canonical_types(intptr_t value) const;
|
| - intptr_t num_canonical_types() const;
|
| -
|
| void CalculateFieldOffsets() const;
|
|
|
| // Check the subtype or assignability relationship.
|
|
|