Update Dexter to support new instruction formats

- Cloned //art/libdexfile/dex/dex_instruction_list.h
- Updated instruction list
- Updated instruction format mapping
- Updated instruction index mapping
- Updated instruction flags and verify flags
- Updated instruction width mapping
- Added decoding logic for new formats

Bug: 37272822
Test: dexter_tests.py

Change-Id: I60eda62eb8e9f8756e770cfd96858b27f6b5919d
8 files changed
tree: 247a7c23ce606b6332b24c80ff82f7e8817753eb
  1. dexter/
  2. slicer/
  3. testdata/
  4. .clang-format
  5. Android.bp
  6. OWNERS
  7. README.md
  8. TEST_MAPPING
README.md

This is the home of the .dex manipulation library (slicer) and command line tool (dexter).

Both the command line tool and the library can be built for host and device targets.