summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.cc
AgeCommit message (Expand)Author
2016-03-21Optimizing: Fix register allocator validation memory usage. Vladimir Marko
2016-02-25Verify encoded stack maps in debug builds. David Srbecky
2016-02-25Implement << operator for DexRegisterLocation::Kind. David Srbecky
2016-01-08Don't encode a DexRegisterMap if there is no live register. Nicolas Geoffray
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-10-06Assert we don't store an invalid dex_pc in the stack maps. Calin Juravle
2015-09-29Optimizing: Tag arena allocations in code generators. Vladimir Marko
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