Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 15037) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -745,6 +745,7 @@ |
| RawPcDescriptors* pc_descriptors_; |
| RawArray* deopt_info_array_; |
| RawArray* object_table_; |
| + RawArray* static_calls_target_table_; // Tuples (code-offset, function). |
| RawArray* stackmaps_; |
| RawLocalVarDescriptors* var_descriptors_; |
| RawGrowableObjectArray* resolved_static_calls_; |