Home
last modified time | relevance | path

Searched refs:CopyReference (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.h527 void CopyReference(mirror::HeapReference<mirror::Object>* dest, ObjPtr<mirror::Object> src)
530 void CopyReference(mirror::CompressedReference<mirror::Object>* dest, ObjPtr<mirror::Object> src)
Dimage_writer.cc2006 image_writer_->CopyReference(roots[i], roots[i]->AsMirrorPtr()); in VisitRoots()
2053 CopyReference( in CopyAndFixupNativeData()
2250 image_writer_->CopyReference( in operator ()()
2590 CopyReference(copy->GetDeclaringClassAddressWithoutBarrier(), orig->GetDeclaringClassUnchecked()); in CopyAndFixupMethod()
2807 void ImageWriter::CopyReference(mirror::HeapReference<mirror::Object>* dest, in CopyReference() function in art::ImageWriter
2812 void ImageWriter::CopyReference(mirror::CompressedReference<mirror::Object>* dest, in CopyReference() function in art::ImageWriter