Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject_array-alloc-inl.h64 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function
Darray.cc141 ObjPtr<Array> Array::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
Dclass.cc1208 ObjPtr<Class> Class::CopyOf( in CopyOf() function in art::mirror::Class