Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Unified Diff: runtime/vm/class_table.h

Issue 1686773002: Precompilation: drop unused types and type arguments and empty classes and libraries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/class_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_table.h
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
index aa8c3660148c32118331f504d68118ec292da681..97e475a689410095261142ea075319c0a65061d4 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -171,6 +171,10 @@ class ClassTable {
void RegisterAt(intptr_t index, const Class& cls);
+#if defined(DEBUG)
+ void Unregister(intptr_t index);
+#endif
+
void VisitObjectPointers(ObjectPointerVisitor* visitor);
void Validate();
« no previous file with comments | « no previous file | runtime/vm/class_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698