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

Unified Diff: runtime/vm/pages.h

Issue 1235433004: VM: Inline Scavenger and PageSpace objects into Heap. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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/heap.cc ('k') | runtime/vm/pages.cc » ('j') | runtime/vm/pages.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index cd2b8cb60fb96fb0d5a7b14b91520a2b372ab387..203af15c5bc23d1034240feca4d53a4ebf16beb7 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -297,8 +297,8 @@ class PageSpace {
return collections_;
}
- void PrintToJSONObject(JSONObject* object);
- void PrintHeapMapToJSONStream(Isolate* isolate, JSONStream* stream);
+ void PrintToJSONObject(JSONObject* object) const;
+ void PrintHeapMapToJSONStream(Isolate* isolate, JSONStream* stream) const;
void AllocateExternal(intptr_t size);
void FreeExternal(intptr_t size);
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/pages.cc » ('j') | runtime/vm/pages.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698