Home
last modified time | relevance | path

Searched refs:CopyOf (Results 1 – 7 of 7) 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
Dobject_array.h110 static ObjPtr<ObjectArray<T>> CopyOf(Handle<ObjectArray<T>> h_this,
Darray.h128 static ObjPtr<Array> CopyOf(Handle<Array> h_this, Thread* self, int32_t new_length)
Dclass.h1234 static ObjPtr<Class> CopyOf(Handle<Class> h_this,
Dclass.cc1356 ObjPtr<Class> Class::CopyOf(Handle<Class> h_this, in CopyOf() function in art::mirror::Class
/art/openjdkjvmti/
Dti_heap.cc1918 new_arr.Assign(art::mirror::Array::CopyOf(old_arr, self, new_size)); in ChangeArraySize()