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

/art/runtime/gc/
H A Dreference_queue.cc127 size_t ReferenceQueue::GetLength() const { function in class:art::gc::ReferenceQueue
/art/runtime/base/unix_file/
H A Dfd_file.cc157 int64_t FdFile::GetLength() const { function in class:unix_file::FdFile
/art/runtime/jdwp/
H A Djdwp.h471 size_t GetLength() { return byte_count_; } function in class:art::JDWP::Request
/art/compiler/optimizing/
H A Dnodes.h1647 intptr_t GetLength() const { return N; } function in class:art::EmbeddedArray
1650 DCHECK_LT(i, GetLength());
1655 DCHECK_LT(i, GetLength());

Completed in 1446 milliseconds