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

Unified Diff: runtime/vm/pages.cc

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/pages.h ('k') | runtime/vm/signal_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/pages.cc
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
index 6796cc729dff1638bbfbdf45bfc0f5685275db78..a10d0975689207848d7d1b7167411bd30a27ed13 100644
--- a/runtime/vm/pages.cc
+++ b/runtime/vm/pages.cc
@@ -671,6 +671,7 @@ void PageSpace::WriteProtect(bool read_only) {
}
+#ifndef PRODUCT
void PageSpace::PrintToJSONObject(JSONObject* object) const {
if (!FLAG_support_service) {
return;
@@ -754,6 +755,7 @@ void PageSpace::PrintHeapMapToJSONStream(
}
}
}
+#endif // PRODUCT
bool PageSpace::ShouldCollectCode() {
« no previous file with comments | « runtime/vm/pages.h ('k') | runtime/vm/signal_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698