Chromium Code Reviews| Index: runtime/vm/class_table.h |
| =================================================================== |
| --- runtime/vm/class_table.h (revision 40704) |
| +++ runtime/vm/class_table.h (working copy) |
| @@ -162,6 +162,11 @@ |
| void UpdatePromoted(); |
| // Used by the generated code. |
| + uword TableAddress() { |
| + return reinterpret_cast<uword>(&table_); |
| + } |
| + |
| + // Used by the generated code. |
| uword PredefinedClassHeapStatsTableAddress() { |
| return reinterpret_cast<uword>(predefined_class_heap_stats_table_); |
| } |