commit | 15693bfdf9fa3ec79327a77b7e10315614d716cc | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Dec 16 10:30:45 2015 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Wed Jan 06 12:44:42 2016 +0000 |
tree | 918208d60ec2a5595a2b5e42791865fefdbf9692 | |
parent | 87bafaf563d35616804dd0cc0dbde176aac87817 [diff] |
ART: Resolve ambiguous ArraySets Just like aget(-wide), the value operand of aput(-wide) bytecode instructions can be both int/long and float/double. This patch builds on the previous mechanism for resolving type of ArrayGets to type the values of ArraySets based on the reference type of the array. Bug: 22538329 Change-Id: Ic86abbb58de146692de04476b555010b6fcdd8b6