1. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 8 years ago
  2. 0c3aa31 Move varint encoding/decoding to BitMemoryReader/Writer. by David Srbecky · 8 years ago
  3. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 8 years ago
  4. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 8 years ago
  5. 4a72f8b Merge "ART: minor fix for no-opt debug builds" by Orion Hodson · 8 years ago
  6. 93bd361 Use iterators to access stack map data. by David Srbecky · 8 years ago
  7. 2dd1681 ART: minor fix for no-opt debug builds by Orion Hodson · 8 years ago
  8. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 8 years ago
  9. cca7cb9 Merge "Ensure that BitTableAccessor refers to non-null table." by David Srbecky · 8 years ago
  10. a45a85c Ensure that BitTableAccessor refers to non-null table. by David Srbecky · 8 years ago
  11. 078d7ba Implement BitMemory{Reader,Writer} by David Srbecky · 8 years ago
  12. 0b4e5a3 Binary search stack maps by native pc. by David Srbecky · 8 years ago
  13. cf7833e Template BitTable based on the accessors. by David Srbecky · 8 years ago
  14. f325e28 Remove POD helper classes for BitTableBuilder. by David Srbecky · 8 years ago
  15. 86decb6 Rewrite stack map statistics printing in outdump. by David Srbecky · 8 years ago
  16. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 8 years ago
  17. 5f93710 Fix asan build: Fix compare function in BitTable. by David Srbecky · 8 years ago
  18. 5513c2b Add BitmapTableBuilder. by David Srbecky · 8 years ago
  19. 159c9dd Add deduplication logic to BitTableBuilder. by David Srbecky · 8 years ago
  20. dd966bc Change the BitTableBuilder API to be POD based. by David Srbecky · 8 years ago
  21. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 8 years ago