Searched defs:new_length (Results 1 – 6 of 6) sorted by relevance
123 int64_t new_length = 2; in TestSetLength() local166 int64_t new_length = 2*content.size() + 1; in TestWrite() local
163 int FdFile::SetLength(int64_t new_length) { in SetLength()
128 Array* Array::CopyOf(Thread* self, int32_t new_length) { in CopyOf()
252 inline ObjectArray<T>* ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) { in CopyOf()
963 CopyClassVisitor(Thread* self, Handle<mirror::Class>* orig, size_t new_length, in CopyClassVisitor()995 Class* Class::CopyOf(Thread* self, int32_t new_length, in CopyOf()
2101 int64_t new_length = oat_data_offset_ + dchecked_integral_cast<int64_t>(offset); in ExtendForTypeLookupTables() local