Searched refs:CopyOf (Results 1 – 8 of 8) sorted by relevance
/art/runtime/mirror/ |
D | object_array-alloc-inl.h | 64 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::CopyOf(Handle<ObjectArray<T>> h_this, in CopyOf() function
|
D | array.cc | 141 ObjPtr<Array> Array::CopyOf(Handle<Array> h_this, Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
|
D | object_array.h | 112 static ObjPtr<ObjectArray<T>> CopyOf(Handle<ObjectArray<T>> h_this,
|
D | array.h | 128 static ObjPtr<Array> CopyOf(Handle<Array> h_this, Thread* self, int32_t new_length)
|
D | class.h | 1245 static ObjPtr<Class> CopyOf(Handle<Class> h_this,
|
D | class.cc | 1325 ObjPtr<Class> Class::CopyOf(Handle<Class> h_this, in CopyOf() function in art::mirror::Class
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 1918 new_arr.Assign(art::mirror::Array::CopyOf(old_arr, self, new_size)); in ChangeArraySize()
|
/art/runtime/ |
D | class_linker.cc | 6045 hs.NewHandle(mirror::Class::CopyOf(klass, self, class_size, imt, image_pointer_size_)); in LinkClass() 6529 mirror::Array::CopyOf(super_vtable, self, max_count))); in LinkVirtualMethods() 6669 mirror::Array::CopyOf(vtable, self, actual_count))); in LinkVirtualMethods() 7349 mirror::IfTable::CopyOf(iftable, self, new_ifcount * mirror::IfTable::kMax))); in SetupInterfaceLookupTable() 8021 mirror::Array::CopyOf(old_vtable, self_, new_vtable_count)); in UpdateVtable()
|