Home
last modified time | relevance | path

Searched defs:src_array (Results 1 – 2 of 2) 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.cc724 ObjPtr<mirror::Array> src_array, in PrimitiveArrayCopy()
777 ObjPtr<mirror::Array> src_array = src_obj->AsArray(); in UnstartedSystemArraycopy() local