Searched refs:CopyObject (Results 1 – 6 of 6) sorted by relevance
116 ObjPtr<Object> Object::CopyObject(ObjPtr<mirror::Object> dest, in CopyObject() function in art::mirror::Object149 Object::CopyObject(obj, orig_->Get(), num_bytes_); in operator ()()
794 static ObjPtr<Object> CopyObject(ObjPtr<mirror::Object> dest,
1655 Object::CopyObject(h_new_class_obj.Get(), orig_->Get(), copy_bytes_); in operator ()()
280 offset = CopyObject(object); in GetOrComputeImageAddress()1194 CopyObject(image_roots.Get()); in WriteObjects()1307 uint32_t offset = CopyObject(cache); in CopyDexCache()1366 uint32_t string_offset = CopyObject(str); in CopyDexCache()1503 uint32_t string_offset = CopyObject(str); in TryInitializeClass()1582 offset = CopyObject(cls); in CopyClass()1590 offset = CopyObject(cls); in CopyClass()1651 uint32_t CopyObject(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_) { in CopyObject() function in art::RuntimeImageHelper
469 mirror::Object* CopyObject(mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_);
3110 mirror::Object* dst = CopyObject</*kCheckIfDone=*/ false>(arr); in CopyAndFixupMethodPointerArray()3140 mirror::Object* dst = CopyObject</*kCheckIfDone=*/ true>(obj); in CopyAndFixupObject()3147 inline Object* ImageWriter::CopyObject(Object* obj) { in CopyObject() function in art::linker::ImageWriter