Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h40 inline int32_t String::GetLength() { in GetLength() function
Darray.h53 ALWAYS_INLINE int32_t GetLength() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetLength() function
/art/runtime/base/unix_file/
Dnull_file.cc50 int64_t NullFile::GetLength() const { in GetLength() function in unix_file::NullFile
Dstring_file.cc62 int64_t StringFile::GetLength() const { in GetLength() function in unix_file::StringFile
Dnull_file_test.cc46 TEST_F(NullFileTest, GetLength) { in TEST_F() argument
Dmapped_file.cc134 int64_t MappedFile::GetLength() const { in GetLength() function in unix_file::MappedFile
Dfd_file.cc157 int64_t FdFile::GetLength() const { in GetLength() function in unix_file::FdFile
/art/runtime/jdwp/
Djdwp.h439 size_t GetLength() { return byte_count_; } in GetLength() function
/art/runtime/
Delf_file.cc1295 uint32_t GetLength() { in GetLength() function
/art/compiler/optimizing/
Dnodes.h736 intptr_t GetLength() const { return N; } in GetLength() function