| Index: runtime/vm/class_finalizer.h
|
| diff --git a/runtime/vm/class_finalizer.h b/runtime/vm/class_finalizer.h
|
| index 37da9d3de34b4dbe9847055e73b65ba096caaeaa..86c8d877af08cf8e35d3aa15fc268b48c9dd2c5a 100644
|
| --- a/runtime/vm/class_finalizer.h
|
| +++ b/runtime/vm/class_finalizer.h
|
| @@ -69,6 +69,12 @@ class ClassFinalizer : public AllStatic {
|
| // Return false if we still have classes pending to be finalized.
|
| static bool AllClassesFinalized();
|
|
|
| + // Useful for sorting classes to make dispatch faster.
|
| + static void SortClasses();
|
| + static void RemapClassIds(intptr_t* old_to_new_cid);
|
| + static void RehashTypes();
|
| + static void ClearAllCode();
|
| +
|
| // Return whether processing pending classes (ObjectStore::pending_classes_)
|
| // failed. The function returns true if the processing was successful.
|
| // If processing fails, an error message is set in the sticky error field
|
|
|