summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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