Lines Matching refs:LengthPrefixedArray
1192 LengthPrefixedArray<ArtField>* fields[] = { in RecordNativeRelocations()
1196 for (LengthPrefixedArray<ArtField>* cur_fields : fields) { in RecordNativeRelocations()
1209 const size_t size = LengthPrefixedArray<ArtField>::ComputeSize(cur_fields->size()); in RecordNativeRelocations()
1232 const size_t header_size = LengthPrefixedArray<ArtMethod>::ComputeSize(0, in RecordNativeRelocations()
1235 LengthPrefixedArray<ArtMethod>* array = klass->GetMethodsPtr(); in RecordNativeRelocations()
2832 auto* src_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(pair.first); in CopyAndFixupNativeData()
2833 auto* dest_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(dest); in CopyAndFixupNativeData()
2835 memcpy(dest_array, src_array, LengthPrefixedArray<ArtField>::ComputeSize(size)); in CopyAndFixupNativeData()
2849 memcpy(dest, pair.first, LengthPrefixedArray<ArtMethod>::ComputeSize(0, size, alignment)); in CopyAndFixupNativeData()
2852 reinterpret_cast<LengthPrefixedArray<ArtMethod>*>(dest)->ClearPadding(size, alignment); in CopyAndFixupNativeData()
3173 LengthPrefixedArray<ArtField>* src_fields = in NativeLocationInImage()
3176 LengthPrefixedArray<ArtField>* dst_fields = NativeLocationInImage(src_fields); in NativeLocationInImage()