Home
last modified time | relevance | path

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

/art/runtime/base/
Dhex_dump.h33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses), in HexDump()
41 const size_t byte_count_; variable
Dhex_dump.cc26 if (byte_count_ == 0) { in Dump()
55 size_t byte_count = byte_count_; in Dump()
/art/runtime/jdwp/
Djdwp_request.cc29 byte_count_ = Read4BE(); in Request()
30 end_ = bytes + byte_count_; in Request()
31 CHECK_LE(byte_count_, available); in Request()
Djdwp.h471 size_t GetLength() { return byte_count_; } in GetLength()
492 uint32_t byte_count_; variable
/art/runtime/
Ddebugger.cc138 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} in AllocRecord()
158 return byte_count_; in ByteCount()
162 byte_count_ = count; in SetByteCount()
180 size_t byte_count_; member in art::AllocRecord