Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc753 void UnstartedRuntime::UnstartedSystemArraycopy( in UnstartedSystemArraycopy() function in art::interpreter::UnstartedRuntime
855 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyByte()
861 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyChar()
867 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyInt()
Dunstarted_runtime_test.cc154 UnstartedSystemArraycopy(self, tmp, &result, 0); in RunArrayCopy()