Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc866 void UnstartedRuntime::UnstartedSystemArraycopy(Thread* self, in UnstartedSystemArraycopy() function in art::interpreter::UnstartedRuntime
972 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyByte()
978 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyChar()
984 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyInt()
H A Dunstarted_runtime_test.cc102 UnstartedSystemArraycopy(self, tmp, &result, 0); in RunArrayCopy()