Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.cc77 ObjPtr<Object> Object::CopyObject(ObjPtr<mirror::Object> dest, in CopyObject() function in art::mirror::Object
145 Object::CopyObject(obj, orig_->Get(), num_bytes_); in operator ()()
Dobject.h761 static ObjPtr<Object> CopyObject(ObjPtr<mirror::Object> dest,
Dclass.cc1336 Object::CopyObject(h_new_class_obj.Get(), orig_->Get(), copy_bytes_); in operator ()()