Home | History | Annotate | Download | only in runtime

Lines Matching refs:CopyOf

5914     auto h_new_class = hs.NewHandle(klass->CopyOf(self, class_size, imt, image_pointer_size_));
6309 ObjPtr<mirror::PointerArray>::DownCast(super_vtable->CopyOf(self, max_count)));
6445 vtable.Assign(ObjPtr<mirror::PointerArray>::DownCast(vtable->CopyOf(self, actual_count)));
7124 iftable->CopyOf(self, new_ifcount * mirror::IfTable::kMax)));
7687 // Copy over miranda methods before copying vtable since CopyOf may cause thread suspension and
7780 ObjPtr<mirror::PointerArray>::DownCast(old_vtable->CopyOf(self_, new_vtable_count));