OSDN Git Service

Do a second check for testing intrinsic types.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 20 Aug 2015 13:05:14 +0000 (14:05 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 21 Aug 2015 10:01:38 +0000 (11:01 +0100)
commit4daa0b4c21eee46362b5114fb2c3800c0c7e7a36
treec4fc2657cd4f0001fe9d5e37f1621c18c2da29fc
parentbffabfce093e26bffb9e820a8f6b45474d28787a
Do a second check for testing intrinsic types.

This allows to intrinsify calls made in a different dex file.

Can't easily write a test because it depends on having inlined
a method from boot classpath that calls an intrinsic. Once
String.equals is implemented with the hybrid approach we can write one.

Change-Id: I591d9496e236429943d6bfa7f8b20f576b1cfb9a
compiler/optimizing/intrinsics.cc