Home
last modified time | relevance | path

Searched refs:PrimitiveArrayCopy (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime.cc293 static void PrimitiveArrayCopy(Thread* self, in PrimitiveArrayCopy() function
394 PrimitiveArrayCopy<uint16_t>(self, src_array, src_pos, dst_array, dst_pos, length); in UnstartedSystemArraycopy()
396 PrimitiveArrayCopy<int32_t>(self, src_array, src_pos, dst_array, dst_pos, length); in UnstartedSystemArraycopy()