| Index: runtime/vm/heap.h
|
| ===================================================================
|
| --- runtime/vm/heap.h (revision 33596)
|
| +++ runtime/vm/heap.h (working copy)
|
| @@ -239,6 +239,11 @@
|
|
|
| void PrintToJSONObject(Space space, JSONObject* object) const;
|
|
|
| + // The heap map is an array of sizes and class ids (except freelist is 0).
|
| + void PrintHeapMapToJSONStream(JSONStream* stream) const {
|
| + return old_space_->PrintHeapMapToJSONStream(stream);
|
| + }
|
| +
|
| private:
|
| class GCStats : public ValueObject {
|
| public:
|
|
|