summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_test.cc
AgeCommit message (Expand)Author
2021-03-05Add code size to CodeInfo.David Srbecky
2020-02-13Remove MIPS support from Optimizing.Vladimir Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2019-03-06Revert "Revert^2 "Add code size to CodeInfo""Nicolas Geoffray
2019-02-14Revert^2 "Add code size to CodeInfo"David Srbecky
2019-02-12Revert "Add code size to CodeInfo"David Srbecky
2019-02-11Add code size to CodeInfoDavid Srbecky
2018-08-10Cleanup BitMemoryReader/Writer api.David Srbecky
2018-08-03Simplify StackMapStream encoding.David Srbecky
2018-08-01Deduplicate stackmaps at BitTable level.David Srbecky
2018-07-13Remove unused InvokeInfo from stack maps and the runtime.David Srbecky
2018-07-04Use iterators to access stack map data.David Srbecky
2018-06-26Add method frame info to CodeInfo.David Srbecky
2018-06-14Merge "Move some helper methods to DexRegisterLocation."David Srbecky
2018-06-14Move some helper methods to DexRegisterLocation.David Srbecky
2018-06-13Add Kind column to stack maps.David Srbecky
2018-06-07Remove unused GetDexRegisterMap arguments.David Srbecky
2018-06-07Delta-compress register maps in stack maps.David Srbecky
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-30Ensure all PCs in stack_map_test are aligned.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-04Separate Malloc and MemMap ArenaPoolsDavid Sehr
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-10-17Use ScopedArenaAllocator for code generation.Vladimir Marko
2017-10-11Use ScopedArenaAllocator for building HGraph.Vladimir Marko
2017-03-16Add method info to oat filesMathieu Chartier
2017-02-15Add invoke infos to stack mapsMathieu Chartier
2017-02-13Deduplicate register maps for both inline and normal stack mapsMathieu Chartier
2017-02-08Clean up code info table layoutMathieu Chartier
2017-02-01Deduplicate register masksMathieu Chartier
2017-01-31Deduplicate stack masksDavid Srbecky
2017-01-27Remove alignment bits in between stack mapsMathieu Chartier
2017-01-20Compressed native PC for stack mapsMathieu 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-01-08Don't encode a DexRegisterMap if there is no live register.Nicolas Geoffray
2015-10-23Move ArenaBitVector into the runtimeMathieu Chartier
2015-08-25ART: Add (Fpu)RegHigh stack map location kindsDavid Brazdil
2015-07-16Improve documentation of memory layouts in stack_map.h.Roland Levillain
2015-06-04Cache stack map encodingDavid Brazdil
2015-06-02ART: Fast copy stack maskDavid Brazdil
2015-05-21Also encode the InvokeType in an InlineInfo.Nicolas Geoffray