Searched refs:UnstartedSystemArraycopy (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 804 void UnstartedRuntime::UnstartedSystemArraycopy( in UnstartedSystemArraycopy() function in art::interpreter::UnstartedRuntime 906 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyByte() 912 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyChar() 918 UnstartedRuntime::UnstartedSystemArraycopy(self, shadow_frame, result, arg_offset); in UnstartedSystemArraycopyInt()
|
D | unstarted_runtime_test.cc | 154 UnstartedSystemArraycopy(self, tmp, &result, 0); in RunArrayCopy()
|