Searched refs:CopyOf (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | object_array-alloc-inl.h | 64 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function
|
D | object_array.h | 102 ObjPtr<ObjectArray<T>> CopyOf(Thread* self, int32_t new_length)
|
D | array.cc | 141 ObjPtr<Array> Array::CopyOf(Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
|
D | array.h | 125 ObjPtr<Array> CopyOf(Thread* self, int32_t new_length) REQUIRES_SHARED(Locks::mutator_lock_)
|
D | class.h | 1140 ObjPtr<Class> CopyOf(Thread* self, int32_t new_length, ImTable* imt, PointerSize pointer_size)
|
D | class.cc | 1208 ObjPtr<Class> Class::CopyOf( in CopyOf() function in art::mirror::Class
|
/art/runtime/ |
D | class_linker.cc | 5914 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()
|