Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc836 static void PrimitiveArrayCopy(Thread* self, in PrimitiveArrayCopy() function
958 PrimitiveArrayCopy<uint8_t>(self, src_array, src_pos, dst_array, dst_pos, length); in UnstartedSystemArraycopy()
960 PrimitiveArrayCopy<uint16_t>(self, src_array, src_pos, dst_array, dst_pos, length); in UnstartedSystemArraycopy()
962 PrimitiveArrayCopy<int32_t>(self, src_array, src_pos, dst_array, dst_pos, length); in UnstartedSystemArraycopy()