Searched refs:HprofWriter (Results 1 – 1 of 1) sorted by relevance
91 class HprofWriter { class93 HprofWriter(std::ostream* output) : output_(output) {} in HprofWriter() function in perfetto::trace_to_text::__anon1c37e3f70111::HprofWriter122 void WriteHprofLoadClass(HprofWriter* writer, in WriteHprofLoadClass()177 void Write(HprofWriter* writer) { in Write()258 void WriteStrings(HprofWriter* writer) { in WriteStrings()269 void WriteLoadClass(HprofWriter* writer) { in WriteLoadClass()278 void WriteHeaderAndStack(HprofWriter* writer) { in WriteHeaderAndStack()304 HprofWriter writer(output); in TraceToHprof()