Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 36576) |
| +++ runtime/vm/object.h (working copy) |
| @@ -4212,6 +4212,10 @@ |
| static RawInstance* New(const Class& cls, Heap::Space space = Heap::kNew); |
| + // Array/list element address computations. |
| + static intptr_t DataOffsetFor(intptr_t cid); |
| + static intptr_t ElementSizeFor(intptr_t cid); |
| + |
| protected: |
| virtual void PrintSharedInstanceJSON(JSONObject* jsobj, bool ref) const; |