commit | b99f4d6463e7cb5654af3893ed7b3113665df658 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Nov 07 16:17:26 2016 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Nov 08 12:46:59 2016 -0800 |
tree | 1bacc6a2bd01426c921e2f83f39bb63f9d9d8048 | |
parent | 67381d6298edf18760b0c9b3d16572dc3894e551 [diff] |
Change check cast entrypoint to check instance of Reduces code size since we do not need to reload class before calling slow path. TODO: Delete read barriers in the check cast code since the slow path will retry with the proper read barriers if the check fails. Bug: 12687968 Bug: 29516974 Test: test-art-host + test-art-target with CC Change-Id: Ia4eb9bbe3fe2d2016e44523cf0451210828d7b88