Home
last modified time | relevance | path

Searched refs:EndianOutput (Results 1 – 1 of 1) sorted by relevance

/art/runtime/hprof/
Dhprof.cc158 class EndianOutput { class
160 EndianOutput() : length_(0), sum_length_(0), max_length_(0), started_(false) {} in EndianOutput() function in art::hprof::EndianOutput
161 virtual ~EndianOutput() {} in ~EndianOutput()
299 class EndianOutputBuffered : public EndianOutput {
458 EndianOutput count_output; in Dump()
882 EndianOutput* output_ = nullptr;