commit | f6468109a49aff6e4a1d28787de625bfb214a761 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Mar 27 10:31:38 2015 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Fri Mar 27 11:02:20 2015 +0000 |
tree | a662906fca20ace8fb42ebe4872822d00015596c | |
parent | 03910065cd025ecb07781b85c2240be69c202d75 [diff] |
ART: Fix IsInt when N==32, add tests Implicit type conversion caused IsInt to always return true for N==32 on 32-bit platforms. This patch templetizes the function to avoid the conversion and adds tests of this and similar functions. Change-Id: Ie526b68b7c3e7cb7b658253d51840794224785fe