Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Dex access faster by making binarySearch work. | Jesse Wilson | 2013-04-30 | 1 | -6/+11 |
* | Remove redundant alignToFourBytes in favor of alignToFourBytesWithZeroFill | Brian Carlstrom | 2013-04-30 | 1 | -6/+9 |
* | Improve exception detail message | Brian Carlstrom | 2013-04-30 | 1 | -2/+2 |
* | Fix Dex.create(ByteBuffer) to not allocate a byte[] to check magic | Brian Carlstrom | 2013-04-30 | 1 | -17/+19 |
* | Switch Dex from byte[] to ByteBuffer for backing store. | Jesse Wilson | 2013-04-30 | 1 | -93/+157 |
* | Add Dex.create(ByteBuffer) | Brian Carlstrom | 2013-04-30 | 1 | -0/+26 |
* | Move dex utilities from dalvik/dx to libcore/dex part 2 | Jesse Wilson | 2013-04-30 | 25 | -0/+3057 |