Searched refs:CopyObject (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dobject.cc76 Object* Object::CopyObject(ObjPtr<mirror::Object> dest, function in class:art::mirror::Object
142 Object::CopyObject(obj, orig_->Get(), num_bytes_);
H A Dobject.h685 static Object* CopyObject(ObjPtr<mirror::Object> dest,
708 friend class CopyObjectVisitor; // for CopyObject().
709 friend class CopyClassVisitor; // for CopyObject().
H A Dclass.cc1071 Object::CopyObject(h_new_class_obj.Get(), orig_->Get(), copy_bytes_);

Completed in 46 milliseconds