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

  /art/runtime/hprof/
hprof.cc 384 body_data_size_(0),
393 body_fp_ = open_memstream(&body_data_ptr_, &body_data_size_);
446 iov[1].iov_len = body_data_size_;
468 file->WriteFully(body_data_ptr_, body_data_size_);
481 << PrettySize(header_data_size_ + body_data_size_ + 1023)
676 size_t body_data_size_; member in class:art::hprof::Hprof
    [all...]

Completed in 466 milliseconds