Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2746 auto* dest_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(dest); in CopyAndFixupNativeData() local
2748 memcpy(dest_array, src_array, LengthPrefixedArray<ArtField>::ComputeSize(size)); in CopyAndFixupNativeData()
2751 dest_array->At(i).GetDeclaringClassAddressWithoutBarrier(), in CopyAndFixupNativeData()
2868 auto* dest_array = down_cast<mirror::PointerArray*>(dst); in CopyAndFixupMethodPointerArray() local
2881 CopyAndFixupPointer(dest_array->ElementAddress(i, target_ptr_size_), elem); in CopyAndFixupMethodPointerArray()