summaryrefslogtreecommitdiff
path: root/runtime/stack_map.cc
AgeCommit message (Expand)Author
2021-11-30Add std::noboolalpha to InlineInfo dumps Santiago Aboy Solanes
2021-11-09Inline across dex files for compiler options' non-BCP methods Santiago Aboy Solanes
2021-11-01Revert^2 "Inline across dex files for bootclaspath's methods" Santiago Aboy Solanes
2021-10-29Revert "Inline across dex files for bootclaspath's methods" Santiago Aboy Solanes
2021-10-26Inline across dex files for bootclaspath's methods Santiago Aboy Solanes
2021-04-10Inline CodeInfo::DecodeCodeSize David Srbecky
2021-03-10Refactor stack map printing in oatdump. David Srbecky
2021-03-09Move code size from OatQuickMethodHeader to CodeInfo. David Srbecky
2021-03-08Slightly refactor stack map stats printing. David Srbecky
2021-03-05Add code size to CodeInfo. David Srbecky
2020-08-28Enable -Wconversion for thread.cc Eric Holk
2019-06-30Stack maps: Refactor constructors. David Srbecky
2019-06-20Revert^2 "Stack maps: Interleave consecutive varints." David Srbecky
2019-06-20Revert "Stack maps: Interleave consecutive varints." Raylin Hsu
2019-06-19Stack maps: Interleave consecutive varints. David Srbecky
2019-06-18Stack maps: Handle special cases using flags. David Srbecky
2019-05-26Optimize stack maps: add fast path for no inline info. David Srbecky
2019-05-25Optimize stack map decoding. David Srbecky
2019-03-06Revert "Revert^2 "Add code size to CodeInfo"" Nicolas Geoffray
2019-03-05Revert "Don't pack code size in CodeInfo." Nicolas Geoffray
2019-02-27Don't pack code size in CodeInfo. David Srbecky
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 CodeInfo David Srbecky
2018-08-10Add helper method to iterate over BitTable fields in CodeInfo. David Srbecky
2018-08-10Move varint encoding/decoding to BitMemoryReader/Writer. David Srbecky
2018-08-10Cleanup BitMemoryReader/Writer api. David Srbecky
2018-08-03Add stack map fast path for GC. David Srbecky
2018-08-02Encode frame info using varints. David Srbecky
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-08-01Deduplicate stackmaps at BitTable level. David Srbecky
2018-07-26Decode only the needed tables from CodeInfo. 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-27Remove explicit size from CodeInfo. David Srbecky
2018-06-26Add method frame info to CodeInfo. David Srbecky
2018-06-22Merge "Ensure that BitTableAccessor refers to non-null table." David Srbecky
2018-06-22Ensure that BitTableAccessor refers to non-null table. David Srbecky
2018-06-22Implement BitMemory{Reader,Writer} David Srbecky
2018-06-21Binary search stack maps by native pc. David Srbecky
2018-06-14Template BitTable based on the accessors. David Srbecky
2018-06-14Move some helper methods to DexRegisterLocation. David Srbecky
2018-06-13Rewrite stack map statistics printing in outdump. 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-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