summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.h
Commit message (Expand)AuthorAgeFilesLines
* Compacting collector.Mathieu Chartier2013-11-111-4/+6
* Remove unused length from DexFile GetString calls.Ian Rogers2013-10-311-0/+1
* Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-58/+14
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-15/+15
* resolved conflicts for merge of 5d79c5de to dalvik-devBrian Carlstrom2013-10-201-0/+2
|\
| * Preload DexCachesBrian Carlstrom2013-10-201-0/+2
* | am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-4/+3
|\ \ | |/
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-4/+3
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-30/+14
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-9/+86
* | StringPiece clean up.Ian Rogers2013-09-241-0/+3
* | Use class def index from java.lang.Class.Ian Rogers2013-09-191-30/+14
|/
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-6/+6
* Move some DexFile checks to debug build only.Sebastien Hertz2013-08-051-6/+6
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1223