summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/stack_map_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and improve stack map streamCalin Juravle2015-04-231-16/+26
* Use variable encoding for StackMap.Nicolas Geoffray2015-03-311-3/+2
* Use unique location catalogs to encode Dex register maps.Roland Levillain2015-03-311-62/+272
* Share dex register maps between stack maps when possible.Calin Juravle2015-03-251-0/+50
* Compress the StackMaps.Nicolas Geoffray2015-03-201-20/+51
* Update locations of registers after slow paths spilling.Nicolas Geoffray2015-03-161-22/+12
* [optimizing] Don't record None locations in the stack maps.Nicolas Geoffray2015-03-131-20/+54
* Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-64/+79
* Extend compiler/optimizing/stack_map_test.cc.Roland Levillain2015-03-051-7/+35
* Display optimizing compiler's CodeInfo objects in oatdump.Roland Levillain2015-02-191-0/+2
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-12/+12
* Add a new stack map scheme that encodes compilation info per pc.Nicolas Geoffray2014-07-211-0/+134