Searched refs:src_array (Results  1 – 3 of 3) sorted by relevance
| /art/runtime/mirror/ | 
| D | string-alloc-inl.h | 59   SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset,  in SetStringCountAndBytesVisitor()  argument 61       : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) {  in SetStringCountAndBytesVisitor() 95   SetStringCountAndUtf16BytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset)  in SetStringCountAndUtf16BytesVisitor()  argument 96       : count_(count), src_array_(src_array), offset_(offset) {  in SetStringCountAndUtf16BytesVisitor() 130   SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array,  in SetStringCountAndValueVisitorFromCharArray()  argument 132     count_(count), src_array_(src_array), offset_(offset) {  in SetStringCountAndValueVisitorFromCharArray()
  | 
| /art/runtime/interpreter/ | 
| D | unstarted_runtime.cc | 787                                ObjPtr<mirror::Array> src_array,  in PrimitiveArrayCopy()  argument 793   if (src_array->GetClass()->GetComponentType() != dst_array->GetClass()->GetComponentType()) {  in PrimitiveArrayCopy() 797                                src_array->GetClass()->GetComponentType()).c_str(),  in PrimitiveArrayCopy() 802   ObjPtr<mirror::PrimitiveArray<T>> src = ObjPtr<mirror::PrimitiveArray<T>>::DownCast(src_array);  in PrimitiveArrayCopy() 840   ObjPtr<mirror::Array> src_array = src_obj->AsArray();  in UnstartedSystemArraycopy()  local 845       UNLIKELY(src_pos > src_array->GetLength() - length) ||  in UnstartedSystemArraycopy() 849                              src_array->GetLength(), src_pos, dst_array->GetLength(), dst_pos,  in UnstartedSystemArraycopy() 870                                  src_array->GetClass()->GetComponentType()).c_str(),  in UnstartedSystemArraycopy() 876     ObjPtr<mirror::ObjectArray<mirror::Object>> src = src_array->AsObjectArray<mirror::Object>();  in UnstartedSystemArraycopy() 904     PrimitiveArrayCopy<uint8_t>(self, src_array, src_pos, dst_array, dst_pos, length);  in UnstartedSystemArraycopy() [all …] 
 | 
| /art/dex2oat/linker/ | 
| D | image_writer.cc | 2832         auto* src_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(pair.first);  in CopyAndFixupNativeData()  local 2834         size_t size = src_array->size();  in CopyAndFixupNativeData() 2835         memcpy(dest_array, src_array, LengthPrefixedArray<ArtField>::ComputeSize(size));  in CopyAndFixupNativeData() 2839               src_array->At(i).GetDeclaringClass<kWithoutReadBarrier>());  in CopyAndFixupNativeData()
  |