Home
last modified time | relevance | path

Searched defs:src_array (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dstring-alloc-inl.h58 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset, in SetStringCountAndBytesVisitor()
94 SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array, in SetStringCountAndValueVisitorFromCharArray()
/art/runtime/interpreter/
Dunstarted_runtime.cc748 ObjPtr<mirror::Array> src_array, in PrimitiveArrayCopy()
801 ObjPtr<mirror::Array> src_array = src_obj->AsArray(); in UnstartedSystemArraycopy() local
/art/dex2oat/linker/
Dimage_writer.cc2745 auto* src_array = reinterpret_cast<LengthPrefixedArray<ArtField>*>(pair.first); in CopyAndFixupNativeData() local