Home
last modified time | relevance | path

Searched defs:CopyOf (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Darray.cc128 Array* Array::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
Dobject_array-inl.h252 inline ObjectArray<T>* ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function
Dclass.cc995 Class* Class::CopyOf(Thread* self, int32_t new_length, in CopyOf() function in art::mirror::Class