1. 145a18a Stack walk: Cache CodeInfo and StackMap for current PC. by David Srbecky · 5 years ago
  2. 6c4ec5c Revert^2 "Stack maps: Interleave consecutive varints." by David Srbecky · 5 years ago
  3. 1b2a49b Revert "Stack maps: Interleave consecutive varints." by Raylin Hsu · 5 years ago
  4. a2b3456 Stack maps: Interleave consecutive varints. by David Srbecky · 5 years ago
  5. 697c47a Stack maps: Handle special cases using flags. by David Srbecky · 5 years ago
  6. 67ba872 Optimize stack map decoding. by David Srbecky · 5 years ago
  7. 2259f1c Extend lifetime of CodeInfo in StackVisitor. by David Srbecky · 6 years ago
  8. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
  9. 0c3aa31 Move varint encoding/decoding to BitMemoryReader/Writer. by David Srbecky · 6 years ago
  10. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 6 years ago
  11. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 6 years ago
  12. 4a72f8b Merge "ART: minor fix for no-opt debug builds" by Orion Hodson · 6 years ago
  13. 93bd361 Use iterators to access stack map data. by David Srbecky · 6 years ago
  14. 2dd1681 ART: minor fix for no-opt debug builds by Orion Hodson · 6 years ago
  15. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 6 years ago
  16. cca7cb9 Merge "Ensure that BitTableAccessor refers to non-null table." by David Srbecky · 6 years ago
  17. a45a85c Ensure that BitTableAccessor refers to non-null table. by David Srbecky · 6 years ago
  18. 078d7ba Implement BitMemory{Reader,Writer} by David Srbecky · 6 years ago
  19. 0b4e5a3 Binary search stack maps by native pc. by David Srbecky · 6 years ago
  20. cf7833e Template BitTable based on the accessors. by David Srbecky · 6 years ago
  21. f325e28 Remove POD helper classes for BitTableBuilder. by David Srbecky · 6 years ago
  22. 86decb6 Rewrite stack map statistics printing in outdump. by David Srbecky · 6 years ago
  23. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 6 years ago
  24. 5f93710 Fix asan build: Fix compare function in BitTable. by David Srbecky · 6 years ago
  25. 5513c2b Add BitmapTableBuilder. by David Srbecky · 6 years ago
  26. 159c9dd Add deduplication logic to BitTableBuilder. by David Srbecky · 6 years ago
  27. dd966bc Change the BitTableBuilder API to be POD based. by David Srbecky · 6 years ago
  28. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago