Chromium Code Reviews| Index: runtime/vm/class_table.h |
| =================================================================== |
| --- runtime/vm/class_table.h (revision 33311) |
| +++ runtime/vm/class_table.h (working copy) |
| @@ -115,8 +115,12 @@ |
| void Register(const Class& cls); |
| + void RegisterAt(intptr_t index, const Class& cls); |
| + |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |
| + void Validate(); |
| + |
| void Print(); |
| void PrintToJSONStream(JSONStream* stream); |