summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.cc
AgeCommit message (Expand)Author
2017-03-16Add method info to oat files Mathieu Chartier
2017-02-22Move StackMapStream deduplication maps to arena. Vladimir Marko
2017-02-15Add invoke infos to stack maps Mathieu Chartier
2017-02-13Deduplicate register maps for both inline and normal stack maps Mathieu Chartier
2017-02-08Clean up code info table layout Mathieu Chartier
2017-02-06Revert "Revert "Inline across dex files for JIT."" Nicolas Geoffray
2017-02-03ART: Refactor verify_object.h Andreas Gampe
2017-02-03Merge "Revert "Inline across dex files for JIT."" Nicolas Geoffray
2017-02-03Revert "Inline across dex files for JIT." Nicolas Geoffray
2017-02-03Merge "Inline across dex files for JIT." Nicolas Geoffray
2017-02-02Inline across dex files for JIT. Nicolas Geoffray
2017-02-01Deduplicate register masks Mathieu Chartier
2017-01-31Deduplicate stack masks David Srbecky
2017-01-27Remove alignment bits in between stack maps Mathieu Chartier
2017-01-20Compressed native PC for stack maps Mathieu Chartier
2017-01-16Put inlined ArtMethod pointer in stack maps. Nicolas Geoffray
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-04-01Use bit-level packing for InlineInfo in stackmaps as well. David Srbecky
2016-03-31Pack stack map entries on bit level to save space. David Srbecky
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