| Index: runtime/vm/heap_profiler.h
|
| ===================================================================
|
| --- runtime/vm/heap_profiler.h (revision 16999)
|
| +++ runtime/vm/heap_profiler.h (working copy)
|
| @@ -242,6 +242,7 @@
|
|
|
| // Writes a sub-record to the heap dump record.
|
| void WriteClassDump(const RawClass* raw_class);
|
| + void WriteSmiDump(const RawSmi* raw_smi);
|
| void WriteInstanceDump(const RawObject* raw_obj);
|
| void WriteObjectArrayDump(const RawArray* raw_array);
|
| void WritePrimitiveArrayDump(const RawByteArray* raw_byte_array,
|
|
|