Home
last modified time | relevance | path

Searched refs:CopyOf (Results 1 – 8 of 8) 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()
/art/runtime/
Dclass_linker.cc6082 hs.NewHandle(mirror::Class::CopyOf(klass, self, class_size, imt, image_pointer_size_)); in LinkClass()
6490 mirror::Array::CopyOf(super_vtable, self, max_count))); in LinkVirtualMethods()
6627 mirror::Array::CopyOf(vtable, self, actual_count))); in LinkVirtualMethods()
7308 mirror::IfTable::CopyOf(iftable, self, new_ifcount * mirror::IfTable::kMax))); in SetupInterfaceLookupTable()
7964 mirror::Array::CopyOf(old_vtable, self_, new_vtable_count)); in UpdateVtable()