OSDN Git Service

MIPS32: java.lang.System.arraycopy() for copying char[] to char[].
authorChris Larsen <chris.larsen@imgtec.com>
Thu, 23 Mar 2017 22:37:03 +0000 (15:37 -0700)
committerChris Larsen <chris.larsen@imgtec.com>
Thu, 13 Apr 2017 16:01:41 +0000 (09:01 -0700)
commit2f6ad9da84dc28fc715cdc5df0b007c39f952b1b
treeea6a5c9610a11e42e04833b0ea4d909f617adafb
parent111eefd043465e947ab178288224dbebc59360ab
MIPS32: java.lang.System.arraycopy() for copying char[] to char[].

Test: run-test --no-prebuild --optimizing 011-array-copy
Test: run-test --no-prebuild 011-array-copy
Test: run-test --optimizing 011-array-copy
Test: run-test 011-array-copy
Test: mma -j2 ART_TEST_OPTIMIZING=true test-art-target-run-test
Test: booted MIPS32R2 emulator.

Note: Tested against both the MIPS32R2, and MIPS64R6 emulators.

Change-Id: I0fc59fe8a242692b52cf8e8413d28397e210bb65
compiler/optimizing/intrinsics_mips.cc