Home
last modified time | relevance | path

Searched defs:GetLength (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dstring.h60 int32_t GetLength() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetLength() function
Darray.h52 ALWAYS_INLINE int32_t GetLength() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetLength() function
/art/runtime/gc/
Dreference_queue.cc127 size_t ReferenceQueue::GetLength() const { in GetLength() function in art::gc::ReferenceQueue
/art/runtime/base/unix_file/
Dfd_file.cc157 int64_t FdFile::GetLength() const { in GetLength() function in unix_file::FdFile
/art/runtime/jdwp/
Djdwp.h471 size_t GetLength() { return byte_count_; } in GetLength() function
/art/compiler/optimizing/
Dnodes.h1647 intptr_t GetLength() const { return N; } in GetLength() function