Home
last modified time | relevance | path

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

/art/runtime/
Druntime_image.cc873 auto* dest_array = in CopyFieldArrays() local
875 memcpy(dest_array, cur_fields, size); in CopyFieldArrays()
881 dest_array->At(i).GetDeclaringClassAddressWithoutBarrier()->Assign( in CopyFieldArrays()
900 auto* dest_array = in CopyMethodArrays() local
902 memcpy(dest_array, cls->GetMethodsPtr(), size); in CopyMethodArrays()
908 ArtMethod* copy = &dest_array->At(i); in CopyMethodArrays()
/art/dex2oat/linker/
Dimage_writer.cc2980 auto* dest_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(dest); in CopyAndFixupNativeData() local
2982 memcpy(dest_array, src_array, LengthPrefixedArray<ArtField>::ComputeSize(size)); in CopyAndFixupNativeData()
2985 dest_array->At(i).GetDeclaringClassAddressWithoutBarrier(), in CopyAndFixupNativeData()
3118 auto* dest_array = down_cast<mirror::PointerArray*>(dst); in CopyAndFixupMethodPointerArray() local
3131 CopyAndFixupPointer(dest_array->ElementAddress(i, target_ptr_size_), elem); in CopyAndFixupMethodPointerArray()