Searched defs:GetLength (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/mirror/ | ||
| D | string.h | 61 int32_t GetLength() SHARED_REQUIRES(Locks::mutator_lock_) { in GetLength() function |
| D | array.h | 52 ALWAYS_INLINE int32_t GetLength() SHARED_REQUIRES(Locks::mutator_lock_) { in GetLength() function |
| /art/runtime/gc/ | ||
| D | reference_queue.cc | 125 size_t ReferenceQueue::GetLength() const { in GetLength() function in art::gc::ReferenceQueue |
| /art/runtime/base/unix_file/ | ||
| D | fd_file.cc | 174 int64_t FdFile::GetLength() const { in GetLength() function in unix_file::FdFile |
| /art/runtime/jdwp/ | ||
| D | jdwp.h | 466 size_t GetLength() { return byte_count_; } in GetLength() function |
| /art/compiler/utils/mips64/ | ||
| D | assembler_mips64.cc | 1360 uint32_t Mips64Assembler::Branch::GetLength() const { in GetLength() function in art::mips64::Mips64Assembler::Branch |
| /art/compiler/utils/mips/ | ||
| D | assembler_mips.cc | 1677 uint32_t MipsAssembler::Branch::GetLength() const { in GetLength() function in art::mips::MipsAssembler::Branch |