summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.cc
AgeCommit message (Expand)Author
2015-09-15Revert "Revert "ART: Register allocation and runtime support for try/catch"" David Brazdil
2015-09-14Revert "ART: Register allocation and runtime support for try/catch" David Brazdil
2015-09-14ART: Register allocation and runtime support for try/catch David Brazdil
2015-07-16Improve documentation of memory layouts in stack_map.h. Roland Levillain
2015-06-12Optimizing: Remove PcInfo, use the StackMapStream instead. Vladimir Marko
2015-06-04Cache stack map encoding David Brazdil
2015-05-26Move the catalog after the stack maps. Nicolas Geoffray
2015-05-21Also encode the InvokeType in an InlineInfo. Nicolas Geoffray
2015-05-18Support InlineInfo in StackMap. Nicolas Geoffray
2015-04-23Cleanup and improve stack map stream Calin Juravle
2015-04-23Move stack map stream implementation to its own cc file. Calin Juravle