summaryrefslogtreecommitdiffstats
path: root/src/native/dalvik_system_DexFile.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-310/+0
* GC clean up.Ian Rogers2013-06-211-6/+8
* Move art to use dalvik names for .oat filesBrian Carlstrom2013-06-201-6/+6
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-101-1/+1
* Various GCC 3.6 and clang build fixes.Ian Rogers2013-05-201-14/+22
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-6/+9
* Various performance improvements.Ian Rogers2013-03-181-1/+1
* Move monitor related object routines to object-inl.hIan Rogers2013-02-201-0/+1
* Directory restructuring of object.hIan Rogers2013-01-301-4/+4
* Move .oat files to ELF formatBrian Carlstrom2013-01-251-2/+3
* Move logging.h into base/logging.h.Elliott Hughes2012-12-121-2/+2
* Remove now unused RelocationBehaviorBrian Carlstrom2012-12-121-4/+2
* Add oat file dependency on boot.oat load locationBrian Carlstrom2012-10-181-2/+10
* Refactor and remove copy mark bits.Mathieu Chartier2012-10-081-1/+1
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-1/+1
* Global lock levels.Ian Rogers2012-08-141-10/+25
* Each space has its own bitmap(s)Mathieu Chartier2012-07-111-6/+14
* Update DexFile_isDexOptNeeded to handle system.img oat files with classes.dexBrian Carlstrom2012-06-271-20/+16
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-3/+3
* Remove Frame, merge shadow and quick representations.Ian Rogers2012-06-211-4/+4
* DO NOT MERGE Fix all unsafe caching to be like libcore.Elliott Hughes2012-05-251-16/+15
* Move JNI methods out of top-level.Ian Rogers2012-04-141-0/+271