commit | 90969af6deb19b1dbe356d62fe68d8f5698d3d8f | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jul 15 23:02:11 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Jul 17 10:02:10 2014 -0700 |
tree | 6d144bcd219ce718ba9d17240eade0bec51f3400 | |
parent | aab012d6196bd29b3167963ec8acb0b9780672b2 [diff] |
ART: Refactor GenSelect, refactor gen_common accordingly This adds a GenSelect method meant for selection of constants. The general-purpose GenInstanceof code is refactored to take advantage of this. This cleans up code and squashes a branch-over on ARM64 to a cset. Also add a slow-path for type initialization in GenInstanceof. Change-Id: Ie4494858bb8c26d386cf2e628172b81bba911ae5