index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
native
/
dalvik_system_DexFile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-103
/
+175
*
Rename openDexFileNative to openDexFile.
Calin Juravle
2014-07-25
1
-2
/
+2
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-58
/
+77
*
consolidate profiles and profile-cache
Nick Kralevich
2014-06-11
1
-10
/
+1
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+9
*
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
1
-3
/
+3
|
\
|
*
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-3
/
+3
*
|
Merge "Clean up the sampling profiler"
Calin Juravle
2014-06-06
1
-48
/
+30
|
\
\
|
|
/
|
*
Clean up the sampling profiler
Calin Juravle
2014-06-06
1
-48
/
+30
*
|
Use sendfile when copying profile file.
Calin Juravle
2014-06-04
1
-20
/
+21
*
|
Fix a possible file descriptor leakage
Calin Juravle
2014-06-04
1
-8
/
+7
|
/
*
Fix DexFile.entries to return class names, not class descriptors
Brian Carlstrom
2014-05-28
1
-2
/
+2
*
Up-to-date odex files should take precedence over profile checks
Brian Carlstrom
2014-05-19
1
-46
/
+46
*
Fix DexFile.getClassNameList.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-2
/
+4
*
Avoid some unnecessary use of stl types.
Ian Rogers
2014-05-15
1
-13
/
+18
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-1
/
+3
*
Prevent spurious dexopts in 32-64 builds.
Narayan Kamath
2014-05-02
1
-28
/
+4
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-34
/
+50
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-0
/
+1
*
Do not require dexopt when previous profile does not exist
Brian Carlstrom
2014-04-25
1
-14
/
+13
*
Better error reporting when loading dex files
Andreas Gampe
2014-04-08
1
-5
/
+12
*
Tweaked profile significant_difference.
Calin Juravle
2014-04-07
1
-39
/
+58
*
Make use of profiling information for dex2oat
Dave Allison
2014-03-07
1
-1
/
+137
*
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
1
-2
/
+2
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+1
*
Switch art over to a long in DexFile.
Elliott Hughes
2014-02-04
1
-10
/
+10
*
Fix opening oat files that are out of date.
Vladimir Marko
2014-01-16
1
-1
/
+3
*
Do not require classes.dex to support stripped zip files
Brian Carlstrom
2013-12-10
1
-6
/
+13
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-1
/
+1
*
Fix openDexFileNative to throw pending exception when it fails.
Jeff Hao
2013-10-30
1
-2
/
+1
*
Fix DexFile_isDexOptNeeded to clear an error_msg in a recoverable case
Brian Carlstrom
2013-10-28
1
-1
/
+8
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-63
/
+77
*
Fast JNI support.
Ian Rogers
2013-10-20
1
-16
/
+10
*
Find OatDexFile by DexFile name and checksum, not just checksum
Brian Carlstrom
2013-10-03
1
-8
/
+18
*
Use file magic to determine file type, not file extension.
Brian Carlstrom
2013-10-03
1
-2
/
+2
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-21
1
-1
/
+1
*
Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"
Brian Carlstrom
2013-09-06
1
-7
/
+3
*
Remove bogus fastpath from String::Equals(const StringPiece&)
Brian Carlstrom
2013-09-06
1
-3
/
+7
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-1
/
+2
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-7
/
+3
*
Add flock(2)ing on dex-cache files to prevent races
Brian Carlstrom
2013-08-15
1
-2
/
+6
*
Do not mark pages executable unnecessarily to play nice with selinux
Brian Carlstrom
2013-07-12
1
-2
/
+2
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+310