commit | ee3cf0731d0ef0787bc2947c8e3ca432b513956b | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 06 11:45:02 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Oct 12 12:16:40 2015 +0100 |
tree | 4146f2c830bdbacdad941e06a0f5979350fe05ad | |
parent | 5928931541e07b4c98e677cfca3088106b2b9e64 [diff] [blame] |
Intrinsify System.arraycopy. Currently on x64, will do the other architectures in different changes. Change-Id: I15fbbadb450dd21787809759a8b14b21b1e42624
diff --git a/compiler/optimizing/intrinsics_arm64.cc b/compiler/optimizing/intrinsics_arm64.cc index b0cfd0d..4da94ee 100644 --- a/compiler/optimizing/intrinsics_arm64.cc +++ b/compiler/optimizing/intrinsics_arm64.cc
@@ -1447,6 +1447,7 @@ } UNIMPLEMENTED_INTRINSIC(SystemArrayCopyChar) +UNIMPLEMENTED_INTRINSIC(SystemArrayCopy) UNIMPLEMENTED_INTRINSIC(ReferenceGetReferent) UNIMPLEMENTED_INTRINSIC(StringGetCharsNoCheck)