summaryrefslogtreecommitdiffstats
path: root/runtime/stack_map.h
Commit message (Expand)AuthorAgeFilesLines
* Return an invalid StackMap when none can be found.Nicolas Geoffray2015-07-131-4/+6
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Use variable encoding for StackMap.Nicolas Geoffray2015-03-311-66/+78
* Use unique location catalogs to encode Dex register maps.Roland Levillain2015-03-311-155/+362
* Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned.Roland Levillain2015-03-311-3/+0
* Share dex register maps between stack maps when possible.Calin Juravle2015-03-251-0/+8
* Compress the StackMaps.Nicolas Geoffray2015-03-201-59/+151
* StackMap: Always load and store unalign.Nicolas Geoffray2015-03-181-6/+6
* [optimizing] Don't record None locations in the stack maps.Nicolas Geoffray2015-03-131-40/+97
* Align CodeInfo regions instead of their inner subregions.Roland Levillain2015-03-131-18/+17
* Fix the computation of the size of the stack maps region.Roland Levillain2015-03-131-1/+8
* Force word alignment of Dex register maps.Roland Levillain2015-03-121-2/+5
* Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-58/+381
* Merge "Extend compiler/optimizing/stack_map_test.cc."Roland Levillain2015-03-061-4/+5
|\
| * Extend compiler/optimizing/stack_map_test.cc.Roland Levillain2015-03-051-4/+5
* | Stack support for Optimizing compilerSebastien Hertz2015-03-031-3/+19
|/
* Display optimizing compiler's CodeInfo objects in oatdump.Roland Levillain2015-02-191-12/+43
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-1/+7
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-2/+2
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-0/+1
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-32/+46
* Add a new stack map scheme that encodes compilation info per pc.Nicolas Geoffray2014-07-211-0/+307