index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dalvik_system_DexFile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-5
/
+15
*
Move DexFile.defineClass exception suppression to managed code
Ian Rogers
2012-02-14
1
-16
/
+3
*
Fix checksum verification when opening DexFiles from OatFiles
Brian Carlstrom
2012-02-03
1
-46
/
+24
*
Fix to prevent a dex file from being verified multiple times.
jeffhao
2012-01-31
1
-15
/
+6
*
This fixes several of the VM tests.
Elliott Hughes
2012-01-26
1
-4
/
+7
*
Remove more lint.
Elliott Hughes
2012-01-24
1
-27
/
+25
*
Address review comments.
Elliott Hughes
2012-01-24
1
-16
/
+4
*
Improve exceptions thrown during class loading.
Elliott Hughes
2012-01-24
1
-1
/
+1
*
Minor fixes.
Elliott Hughes
2012-01-12
1
-1
/
+1
*
Fixes for 071-dexfile
Ian Rogers
2012-01-11
1
-0
/
+6
*
Tweaks to DexFile defineClass JNI code
Ian Rogers
2012-01-11
1
-4
/
+5
*
Fix 086-null-super and 087-gc-after-link
Ian Rogers
2012-01-10
1
-0
/
+19
*
Changes to compile with gcc 4.6
Brian Carlstrom
2012-01-09
1
-1
/
+1
*
Move old dex file creation logic to oat file creation
Brian Carlstrom
2012-01-06
1
-21
/
+22
*
Merge art-cache dex files into oat files
Brian Carlstrom
2012-01-04
1
-1
/
+1
*
Don't default-construct std::strings and then assign them.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Add --image-classes to dex2oat
Brian Carlstrom
2011-11-29
1
-1
/
+1
*
Make sure threads allocating are in the kRunnable state
Brian Carlstrom
2011-10-26
1
-0
/
+1
*
dex2oat invoked by system if it can't find an oat file for a dex file.
jeffhao
2011-10-24
1
-55
/
+17
*
System calls dex2oat when opening a dex file with an output location
jeffhao
2011-10-19
1
-5
/
+76
*
Clarify cause of 071 failure with an UNIMPLEMENTED
Brian Carlstrom
2011-10-16
1
-2
/
+6
*
Assorted fixes
Brian Carlstrom
2011-10-16
1
-3
/
+9
*
Implement DexFile_isDexOptNeeded
Brian Carlstrom
2011-10-13
1
-3
/
+30
*
Implement DexFile_getClassNameList
Brian Carlstrom
2011-10-13
1
-4
/
+15
*
Fixed DexFile.defineClass to return null, not throw Exception
Brian Carlstrom
2011-10-11
1
-2
/
+4
*
Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's bo...
Brian Carlstrom
2011-10-10
1
-4
/
+7
*
Fix class name format for jniThrowExceptionFmt
Brian Carlstrom
2011-10-10
1
-1
/
+1
*
Working ClassLoader
Brian Carlstrom
2011-10-10
1
-5
/
+50
*
Adding JNI code for dalvik.system.DexFile and java.lang.Class
Brian Carlstrom
2011-09-22
1
-0
/
+121