summaryrefslogtreecommitdiff
path: root/test/412-new-array/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* Optimizing: Fix handling empty fill-array-data.Vladimir Marko2016-09-061-7/+39
| | | | | | Test: m test-art-host-run-test-412-new-array Bug: 31300081 Change-Id: Id0512fc95a96c37de2ceab481666688435fa30f6
* ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation.Vladimir Marko2016-07-221-0/+39
| | | | | | | | | Fix the pointer calculation to sign-extend the offset instead of zero-extending it, just like we do for the switch table pointer calculation. Clean up comments for the switch. Test: Additional test in 412-new-array. Change-Id: Ibb1d2d3fcb109f59280aca08de21e42edc4ce66b
* Fix ambiguous phrasing in tests comments regarding $opt$.Roland Levillain2015-08-031-1/+1
| | | | Change-Id: I78e6bccbe35288df5de30700d3877bbcdef37d65
* CanThrow() of HNewArray should return true.Mingyao Yang2015-04-011-0/+16
| | | | Change-Id: I9950f1c391dfeb26cf59cee769705d01d8e283d5
* Fix wrong unsigned to signed conversions.Nicolas Geoffray2014-10-231-0/+20
| | | | | | The HIntConstant node takes an int32_t, so we have to keep things signed. Change-Id: Ib3fa50e87f99118d320cbb381f619d5be9287530
* Implement array creation related DEX instructions.Nicolas Geoffray2014-10-221-0/+418
Implement new-array, filled-new-array, and fill-array-data. Change-Id: I405560d66777a57d881e384265322617ac5d3ce3