OSDN Git Service

ART's intrinsic for String.indexOf use the incorrect register
authorYevgeny Rouban <yevgeny.y.rouban@intel.com>
Thu, 13 Mar 2014 05:15:58 +0000 (12:15 +0700)
committerYevgeny Rouban <yevgeny.y.rouban@intel.com>
Thu, 13 Mar 2014 07:15:42 +0000 (14:15 +0700)
commit34fa0d935bed7a0e17bc6df4bd079e3428a179e7
tree37f08e08e993215497a11cd8681bf3f22f786322
parent113f7a4b6093280e4783c69e06467f816a568e72
ART's intrinsic for String.indexOf use the incorrect register

ART's intrinsic for String.indexOf of x86 platform use the incorrect register
to compare start with the string length. It should be fixed.

Change-Id: I22986b4d4b23f62b4bb97baab9fe43152d12145e
Signed-off-by: Vladimir Ivanov <vladimir.a.ivanov@intel.com>
Signed-off-by: Yevgeny Rouban <yevgeny.y.rouban@intel.com>
compiler/dex/quick/x86/target_x86.cc
test/082-inline-execute/src/Main.java