summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Native support for multidexAndreas Gampe2014-06-251-7/+43
* Reduce header files including header files.Ian Rogers2014-06-061-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-6/+5
* Force inlining on trivial accessors.Ian Rogers2014-04-291-10/+1
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+0
* Remove blacklistSebastien Hertz2014-02-171-0/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Fix apps with more than one dex file with the same nameBrian Carlstrom2014-02-061-27/+9
* Faster Signature::operator==(const StringPiece& rhs).Vladimir Marko2013-11-251-4/+1
* Rewrite intrinsics detection.Vladimir Marko2013-11-181-1/+5
* 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