summaryrefslogtreecommitdiffstats
path: root/src/dalvik_system_DexFile.cc
Commit message (Expand)AuthorAgeFilesLines
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-5/+15
* Move DexFile.defineClass exception suppression to managed codeIan Rogers2012-02-141-16/+3
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-46/+24
* Fix to prevent a dex file from being verified multiple times.jeffhao2012-01-311-15/+6
* This fixes several of the VM tests.Elliott Hughes2012-01-261-4/+7
* Remove more lint.Elliott Hughes2012-01-241-27/+25
* Address review comments.Elliott Hughes2012-01-241-16/+4
* Improve exceptions thrown during class loading.Elliott Hughes2012-01-241-1/+1
* Minor fixes.Elliott Hughes2012-01-121-1/+1
* Fixes for 071-dexfileIan Rogers2012-01-111-0/+6
* Tweaks to DexFile defineClass JNI codeIan Rogers2012-01-111-4/+5
* Fix 086-null-super and 087-gc-after-linkIan Rogers2012-01-101-0/+19
* Changes to compile with gcc 4.6Brian Carlstrom2012-01-091-1/+1
* Move old dex file creation logic to oat file creationBrian Carlstrom2012-01-061-21/+22
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-1/+1
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-1/+1
* Make sure threads allocating are in the kRunnable stateBrian Carlstrom2011-10-261-0/+1
* dex2oat invoked by system if it can't find an oat file for a dex file.jeffhao2011-10-241-55/+17
* System calls dex2oat when opening a dex file with an output locationjeffhao2011-10-191-5/+76
* Clarify cause of 071 failure with an UNIMPLEMENTEDBrian Carlstrom2011-10-161-2/+6
* Assorted fixesBrian Carlstrom2011-10-161-3/+9
* Implement DexFile_isDexOptNeededBrian Carlstrom2011-10-131-3/+30
* Implement DexFile_getClassNameListBrian Carlstrom2011-10-131-4/+15
* Fixed DexFile.defineClass to return null, not throw ExceptionBrian Carlstrom2011-10-111-2/+4
* Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's bo...Brian Carlstrom2011-10-101-4/+7
* Fix class name format for jniThrowExceptionFmtBrian Carlstrom2011-10-101-1/+1
* Working ClassLoaderBrian Carlstrom2011-10-101-5/+50
* Adding JNI code for dalvik.system.DexFile and java.lang.ClassBrian Carlstrom2011-09-221-0/+121