Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h58 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset, in SetStringCountAndBytesVisitor()
85 SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array, in SetStringCountAndValueVisitorFromCharArray()
/art/runtime/interpreter/
Dunstarted_runtime.cc294 mirror::Array* src_array, int32_t src_pos, in PrimitiveArrayCopy()
324 mirror::Array* src_array = shadow_frame->GetVRegReference(arg_offset)->AsArray(); in UnstartedSystemArraycopy() local