Lines Matching refs:LengthPrefixedArray
1417 LengthPrefixedArray<ArtField>* fields[] = { in RecordNativeRelocations()
1421 for (LengthPrefixedArray<ArtField>* cur_fields : fields) { in RecordNativeRelocations()
1434 const size_t size = LengthPrefixedArray<ArtField>::ComputeSize(cur_fields->size()); in RecordNativeRelocations()
1457 const size_t header_size = LengthPrefixedArray<ArtMethod>::ComputeSize(0, in RecordNativeRelocations()
1460 LengthPrefixedArray<ArtMethod>* array = klass->GetMethodsPtr(); in RecordNativeRelocations()
2979 auto* src_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(pair.first); in CopyAndFixupNativeData()
2980 auto* dest_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(dest); in CopyAndFixupNativeData()
2982 memcpy(dest_array, src_array, LengthPrefixedArray<ArtField>::ComputeSize(size)); in CopyAndFixupNativeData()
2996 memcpy(dest, pair.first, LengthPrefixedArray<ArtMethod>::ComputeSize(0, size, alignment)); in CopyAndFixupNativeData()
2999 reinterpret_cast<LengthPrefixedArray<ArtMethod>*>(dest)->ClearPadding(size, alignment); in CopyAndFixupNativeData()
3334 LengthPrefixedArray<ArtField>* src_fields = in NativeLocationInImage()
3337 LengthPrefixedArray<ArtField>* dst_fields = NativeLocationInImage(src_fields); in NativeLocationInImage()