summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded quotingBrian Carlstrom2013-12-101-3/+3
* Use libziparchive for art zip processing.Narayan Kamath2013-12-091-4/+4
* Faster Signature::operator==(const StringPiece& rhs).Vladimir Marko2013-11-251-0/+26
* Avoid some string allocations.Vladimir Marko2013-11-211-5/+3
* Rewrite intrinsics detection.Vladimir Marko2013-11-181-3/+4
* Put arguments first in debugger variable table and fix name bug.Jeff Hao2013-11-141-3/+3
* Compacting collector.Mathieu Chartier2013-11-111-4/+10
* Fix DexFile error handling to close fd properly.Vladimir Marko2013-11-061-33/+34
* Remove unused length from DexFile GetString calls.Ian Rogers2013-10-311-4/+2
* Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-2/+2
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-70/+87
* am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-30/+55
|\
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-30/+55
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-64/+27
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-29/+37
* | Move hot utf routines into -inl.h.Ian Rogers2013-09-231-1/+1
* | Use class def index from java.lang.Class.Ian Rogers2013-09-191-64/+27
|/
* Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"Brian Carlstrom2013-09-061-14/+0
* Remove bogus fastpath from String::Equals(const StringPiece&)Brian Carlstrom2013-09-061-0/+14
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-12/+16
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+4
* Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-011-1/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1132