Searched refs:byte_count_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/base/
H A Dhex_dump.h33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses),
41 const size_t byte_count_; member in class:art::HexDump
H A Dhex_dump.cc26 if (byte_count_ == 0) {
55 size_t byte_count = byte_count_;
/art/runtime/jdwp/
H A Djdwp_request.cc29 byte_count_ = Read4BE();
30 end_ = bytes + byte_count_;
31 CHECK_LE(byte_count_, available);
H A Djdwp.h439 size_t GetLength() { return byte_count_; }
460 uint32_t byte_count_; member in class:art::JDWP::Request
/art/runtime/
H A Ddebugger.cc137 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {}
157 return byte_count_;
161 byte_count_ = count;
179 size_t byte_count_; member in class:art::AllocRecord

Completed in 195 milliseconds