summaryrefslogtreecommitdiffstats
path: root/test/424-checkcast
Commit message (Collapse)AuthorAgeFilesLines
* Implement checkcast for optimizing.Nicolas Geoffray2014-11-123-0/+74
- Ended up not using HTypeCheck because of how instanceof and checkcast end up having different logic for code generation. - Fix a x86_64 assembler bug triggered by now enabling more methods to be compiled. Difficult to test today without b/18117217. Change-Id: I3022e7ae03befb1d10bea9637ad21fadc430abe0