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(Handle<ObjectArray<T>> h_this, in CopyOf() function
Darray.cc141 ObjPtr<Array> Array::CopyOf(Handle<Array> h_this, Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
Dclass.cc1356 ObjPtr<Class> Class::CopyOf(Handle<Class> h_this, in CopyOf() function in art::mirror::Class