summaryrefslogtreecommitdiff
path: root/runtime/stack_map.cc
AgeCommit message (Expand)Author
2018-06-05Remove depth argument from InlineInfo accessors in stack maps. David Srbecky
2018-06-01Rewrite dex register map encoding in stackmaps. David Srbecky
2018-05-30Simplify DexRegisterMap API. David Srbecky
2018-05-30Remove the CodeOffset helper class. David Srbecky
2018-05-30Revert^2 "Optimize register mask and stack mask in stack maps." David Srbecky
2018-05-29Revert "Optimize register mask and stack mask in stack maps." Vladimir Marko
2018-05-28Optimize register mask and stack mask in stack maps. David Srbecky
2018-05-21Rewrite stackmap encoding code. David Srbecky
2018-04-09Move more runtime code to libartbase, libdexfile David Sehr
2017-03-16Add method info to oat files Mathieu Chartier
2017-02-08Clean up code info table layout Mathieu Chartier
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-23Add more code info size dumping to oatdump Mathieu Chartier
2017-01-20Compressed native PC for stack maps Mathieu Chartier
2017-01-16Put inlined ArtMethod pointer in stack maps. Nicolas Geoffray
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-02-25Implement << operator for DexRegisterLocation::Kind. David Srbecky
2015-07-16Improve documentation of memory layouts in stack_map.h. Roland Levillain
2015-07-13ART: Don't nest indenters in oatdump. Vladimir Marko
2015-06-17More stack map dumping. Nicolas Geoffray
2015-06-04Cache stack map encoding David Brazdil
2015-05-29Show stack maps and Dex register maps in oatdump's assembly code. Roland Levillain
2015-05-27Improve art::CodeInfo dumping. Roland Levillain
2015-05-18Support InlineInfo in StackMap. Nicolas Geoffray
2015-03-31Use variable encoding for StackMap. Nicolas Geoffray
2015-03-31Use unique location catalogs to encode Dex register maps. Roland Levillain
2015-03-20Compress the StackMaps. Nicolas Geoffray