Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Drandom_access_file_test.h123 int64_t new_length = 2; in TestSetLength() local
166 int64_t new_length = 2*content.size() + 1; in TestWrite() local
Dfd_file.cc147 int FdFile::SetLength(int64_t new_length) { in SetLength()
/art/runtime/mirror/
Darray.cc128 Array* Array::CopyOf(Thread* self, int32_t new_length) { in CopyOf()
Dobject_array-inl.h249 inline ObjectArray<T>* ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) { in CopyOf()
Dclass.cc830 explicit CopyClassVisitor(Thread* self, Handle<mirror::Class>* orig, size_t new_length, in CopyClassVisitor()
857 Class* Class::CopyOf(Thread* self, int32_t new_length, in CopyOf()
/art/compiler/utils/
Dgrowable_array.h59 void Resize(size_t new_length) { in Resize()