Searched refs:CopyOf (Results 1 - 7 of 7) sorted by relevance

/art/runtime/mirror/
H A Dobject_array.h86 ObjectArray<T>* CopyOf(Thread* self, int32_t new_length)
H A Darray.cc128 Array* Array::CopyOf(Thread* self, int32_t new_length) { function in class:art::mirror::Array
H A Darray.h87 Array* CopyOf(Thread* self, int32_t new_length) SHARED_REQUIRES(Locks::mutator_lock_)
H A Dobject_array-inl.h252 inline ObjectArray<T>* ObjectArray<T>::CopyOf(Thread* self, int32_t new_length) { function in class:art::mirror::ObjectArray
H A Dclass.cc960 // The pre-fence visitor for Class::CopyOf().
995 Class* Class::CopyOf(Thread* self, int32_t new_length, function in class:art::mirror::Class
H A Dclass.h1193 Class* CopyOf(Thread* self, int32_t new_length, ImTable* imt,
/art/runtime/
H A Dclass_linker.cc5172 auto h_new_class = hs.NewHandle(klass->CopyOf(self, class_size, imt, image_pointer_size_));
5755 super_vtable->CopyOf(self, max_count)));
5888 vtable.Assign(down_cast<mirror::PointerArray*>(vtable->CopyOf(self, actual_count)));
6529 iftable->CopyOf(self, new_ifcount * mirror::IfTable::kMax)));
7051 // Copy over miranda methods before copying vtable since CopyOf may cause thread suspension and
7120 vtable.Assign(down_cast<mirror::PointerArray*>(vtable->CopyOf(self, new_vtable_count)));

Completed in 109 milliseconds