summaryrefslogtreecommitdiffstats
path: root/dex
Commit message (Expand)AuthorAgeFilesLines
* Make Dex access faster by making binarySearch work.Jesse Wilson2013-04-301-6/+11
* Remove redundant alignToFourBytes in favor of alignToFourBytesWithZeroFillBrian Carlstrom2013-04-301-6/+9
* Improve exception detail messageBrian Carlstrom2013-04-301-2/+2
* Fix Dex.create(ByteBuffer) to not allocate a byte[] to check magicBrian Carlstrom2013-04-301-17/+19
* Switch Dex from byte[] to ByteBuffer for backing store.Jesse Wilson2013-04-301-93/+157
* Add Dex.create(ByteBuffer)Brian Carlstrom2013-04-301-0/+26
* Move dex utilities from dalvik/dx to libcore/dex part 2Jesse Wilson2013-04-3025-0/+3057