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

/art/runtime/gc/
H A Dreference_queue.cc120 size_t ReferenceQueue::GetLength() const { function in class:art::gc::ReferenceQueue
/art/libartbase/base/unix_file/
H A Dfd_file.cc218 int64_t FdFile::GetLength() const { function in class:unix_file::FdFile
454 int64_t length = GetLength();
455 int64_t length2 = other->GetLength();
/art/runtime/jdwp/
H A Djdwp.h475 size_t GetLength() { return byte_count_; } function in class:art::JDWP::Request
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h544 size_t GetLength() const { function in class:art::LiveInterval
H A Dnodes.h4807 HInstruction* GetLength() const { function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
7622 ? instruction->AsNewArray()->GetLength()
/art/compiler/utils/mips/
H A Dassembler_mips.cc3199 uint32_t MipsAssembler::Branch::GetLength() const { function in class:art::mips::MipsAssembler::Branch
3208 return GetLength() * sizeof(uint32_t);
3576 uint32_t length = branches_.back().GetLength();
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc2571 uint32_t Mips64Assembler::Branch::GetLength() const { function in class:art::mips64::Mips64Assembler::Branch
2580 return GetLength() * sizeof(uint32_t);
2859 uint32_t length = branches_.back().GetLength();

Completed in 1456 milliseconds