Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc160 EndianOutput() : length_(0), sum_length_(0), max_length_(0), started_(false) {} in EndianOutput()
183 sum_length_ += length_; in EndRecord()
266 return sum_length_; in SumLength()
293 size_t sum_length_; // Size of all data. member in art::hprof::EndianOutput