Searched refs:CopyObject (Results 1 – 5 of 5) sorted by relevance
77 ObjPtr<Object> Object::CopyObject(ObjPtr<mirror::Object> dest, in CopyObject() function in art::mirror::Object145 Object::CopyObject(obj, orig_->Get(), num_bytes_); in operator ()()
763 static ObjPtr<Object> CopyObject(ObjPtr<mirror::Object> dest,
1305 Object::CopyObject(h_new_class_obj.Get(), orig_->Get(), copy_bytes_); in operator ()()
480 mirror::Object* CopyObject(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_);
2861 mirror::Object* dst = CopyObject</*kCheckIfDone=*/ false>(arr); in CopyAndFixupMethodPointerArray()2890 mirror::Object* dst = CopyObject</*kCheckIfDone=*/ true>(obj); in CopyAndFixupObject()2897 inline Object* ImageWriter::CopyObject(Object* obj) { in CopyObject() function in art::linker::ImageWriter