Home
last modified time | relevance | path

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

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