Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h63 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset, in SetStringCountAndBytesVisitor()
99 SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array, in SetStringCountAndValueVisitorFromCharArray()
/art/runtime/interpreter/
Dunstarted_runtime.cc731 mirror::Array* src_array, int32_t src_pos, in PrimitiveArrayCopy()
782 mirror::Array* src_array = src_obj->AsArray(); in UnstartedSystemArraycopy() local