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(Thread* self, int32_t new_length) { in CopyOf() function
Dobject_array.h102 ObjPtr<ObjectArray<T>> CopyOf(Thread* self, int32_t new_length)
Darray.cc141 ObjPtr<Array> Array::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
Darray.h125 ObjPtr<Array> CopyOf(Thread* self, int32_t new_length) REQUIRES_SHARED(Locks::mutator_lock_)
Dclass.h1140 ObjPtr<Class> CopyOf(Thread* self, int32_t new_length, ImTable* imt, PointerSize pointer_size)
Dclass.cc1208 ObjPtr<Class> Class::CopyOf( in CopyOf() function in art::mirror::Class
/art/runtime/
Dclass_linker.cc5914 auto h_new_class = hs.NewHandle(klass->CopyOf(self, class_size, imt, image_pointer_size_)); in LinkClass()
6309 ObjPtr<mirror::PointerArray>::DownCast(super_vtable->CopyOf(self, max_count))); in LinkVirtualMethods()
6445 vtable.Assign(ObjPtr<mirror::PointerArray>::DownCast(vtable->CopyOf(self, actual_count))); in LinkVirtualMethods()
7124 iftable->CopyOf(self, new_ifcount * mirror::IfTable::kMax))); in SetupInterfaceLookupTable()
7780 ObjPtr<mirror::PointerArray>::DownCast(old_vtable->CopyOf(self_, new_vtable_count)); in UpdateVtable()