Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 29540) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -476,6 +476,7 @@ |
| RawString* name_; |
| RawArray* functions_; |
| RawArray* fields_; |
| + RawArray* offset_to_field_; |
|
srdjan
2013/10/30 16:19:17
Maybe: offset_in_words_to_field_ so that it is cle
Florian Schneider
2013/10/31 20:36:19
Done.
|
| RawGrowableObjectArray* closure_functions_; // Local functions and literals. |
| RawArray* interfaces_; // Array of AbstractType. |
| RawGrowableObjectArray* direct_subclasses_; // Array of Class. |