Searched refs:CopyObject (Results 1 – 3 of 3) sorted by relevance
/art/runtime/mirror/ |
D | object.cc | 75 Object* Object::CopyObject(Thread* self, mirror::Object* dest, mirror::Object* src, in CopyObject() function in art::mirror::Object 116 Object::CopyObject(self_, obj, orig_->Get(), num_bytes_); in operator ()()
|
D | object.h | 579 static Object* CopyObject(Thread* self, mirror::Object* dest, mirror::Object* src,
|
D | class.cc | 980 mirror::Object::CopyObject(self_, h_new_class_obj.Get(), orig_->Get(), copy_bytes_); in operator ()()
|