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

/art/runtime/base/unix_file/
H A Dnull_file.cc50 int64_t NullFile::GetLength() const { function in class:unix_file::NullFile
H A Dstring_file.cc46 const int64_t available_bytes = std::min(byte_count, GetLength() - offset);
62 int64_t StringFile::GetLength() const { function in class:unix_file::StringFile
81 const int64_t bytes_past_end = offset - GetLength();
H A Dmapped_file.cc134 int64_t MappedFile::GetLength() const { function in class:unix_file::MappedFile
138 return FdFile::GetLength();
168 return GetLength();
H A Dfd_file.cc157 int64_t FdFile::GetLength() const { function in class:unix_file::FdFile
/art/runtime/mirror/
H A Dstring-inl.h40 inline int32_t String::GetLength() { function in class:art::mirror::String
42 DCHECK(result >= 0 && result <= GetCharArray()->GetLength());
76 DCHECK(result != 0 || ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()) == 0)
/art/runtime/jdwp/
H A Djdwp.h439 size_t GetLength() { return byte_count_; } function in class:art::JDWP::Request
/art/runtime/
H A Delf_file.cc161 int64_t temp_file_length = file_->GetLength();
200 if (!SetMap(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0,
442 if (offset >= file_->GetLength()) {
1107 int64_t temp_file_length = file_->GetLength();
1295 uint32_t GetLength() { function
1306 fde_bytes += frame->GetLength();
/art/compiler/optimizing/
H A Dnodes.h736 intptr_t GetLength() const { return N; } function in class:art::EmbeddedArray
739 DCHECK_LT(i, GetLength());
744 DCHECK_LT(i, GetLength());

Completed in 129 milliseconds