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

Unified Diff: runtime/vm/class_table.h

Issue 2117593002: Fuchsia: Initial check-in. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 4 years, 6 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 | « runtime/vm/atomic_fuchsia.h ('k') | 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 dc76c08d8efd7fb8cbc55bd98bc975f85b118f8d..9a12fc3ee351e684f9cc8f830f405e3576a18b38 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -116,7 +116,9 @@ class ClassHeapStats {
void ResetAccumulator();
void UpdatePromotedAfterNewGC();
void UpdateSize(intptr_t instance_size);
+#ifndef PRODUCT
void PrintToJSONObject(const Class& cls, JSONObject* obj) const;
+#endif
void Verify();
bool trace_allocation() const {
@@ -192,8 +194,9 @@ class ClassTable {
void Validate();
void Print();
-
+#ifndef PRODUCT
void PrintToJSONObject(JSONObject* object);
+#endif
// Used by the generated code.
static intptr_t table_offset() {
« no previous file with comments | « runtime/vm/atomic_fuchsia.h ('k') | runtime/vm/class_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698