HomeSort by relevance Sort by last modified time
    Searched full:max_length_ (Results 1 - 1 of 1) sorted by null

  /art/runtime/hprof/
hprof.cc 154 EndianOutput() : length_(0), sum_length_(0), max_length_(0), started_(false) {}
178 max_length_ = std::max(max_length_, length_);
264 return max_length_;
285 size_t max_length_; // Maximum seen length. member in class:art::hprof::EndianOutput
    [all...]

Completed in 56 milliseconds