Searched defs:GetLength (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/
H A Dreference_queue.cc125 size_t ReferenceQueue::GetLength() const { function in class:art::gc::ReferenceQueue
/art/runtime/base/unix_file/
H A Dfd_file.cc174 int64_t FdFile::GetLength() const { function in class:unix_file::FdFile
/art/runtime/jdwp/
H A Djdwp.h466 size_t GetLength() { return byte_count_; } function in class:art::JDWP::Request
/art/compiler/utils/mips/
H A Dassembler_mips.cc1677 uint32_t MipsAssembler::Branch::GetLength() const { function in class:art::mips::MipsAssembler::Branch
1686 return GetLength() * sizeof(uint32_t);
1927 uint32_t length = branches_.back().GetLength();
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1360 uint32_t Mips64Assembler::Branch::GetLength() const { function in class:art::mips64::Mips64Assembler::Branch
1369 return GetLength() * sizeof(uint32_t);
1592 uint32_t length = branches_.back().GetLength();

Completed in 8436 milliseconds