Searched refs:UnstartedSystemArraycopy (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 777 void UnstartedRuntime::UnstartedSystemArraycopy( in UnstartedSystemArraycopy() function in art::interpreter::UnstartedRuntime 879 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyByte() 885 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyChar() 891 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyInt()
|
H A D | unstarted_runtime_test.cc | 149 UnstartedSystemArraycopy(self, tmp, &result, 0); in RunArrayCopy()
|