index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
dex_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-2
/
+2
*
ART: Allow oat files with duplicates classes in corner case
Andreas Gampe
2015-04-29
1
-0
/
+25
*
ART: Remove multidex limit
Andreas Gampe
2015-04-28
1
-8
/
+30
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-50
/
+55
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-6
/
+4
*
Store OatDexFile instead of OatFile in DexFile.
Richard Uhler
2015-04-02
1
-4
/
+4
*
ART: Report zip opening error
Andreas Gampe
2015-03-04
1
-1
/
+2
*
ART: Templatize IsInt & IsUint
Andreas Gampe
2015-02-18
1
-3
/
+3
*
Merge "Fix ImageWriter::ComputeEagerResolvedStringsCallback()."
Vladimir Marko
2015-02-11
1
-2
/
+2
|
\
|
*
Fix ImageWriter::ComputeEagerResolvedStringsCallback().
Vladimir Marko
2015-02-11
1
-2
/
+2
*
|
ART: Simple structural class check
Andreas Gampe
2015-01-14
1
-4
/
+10
*
|
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-25
/
+28
|
/
*
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-07
1
-4
/
+5
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-3
/
+7
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-1
/
+2
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-0
/
+2
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-16
/
+16
*
Remove dex file index building mutex.
Ian Rogers
2014-09-12
1
-14
/
+14
*
Merge "ART: Fix things for valgrind"
Andreas Gampe
2014-09-10
1
-5
/
+6
|
\
|
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-5
/
+6
*
|
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-41
/
+16
|
/
*
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-29
/
+45
*
Avoid handle-less fields in ClassLinker::InitializeClass()
Hiroshi Yamauchi
2014-08-21
1
-3
/
+3
*
Remove clang detected warning on tautological comparison
Brian Carlstrom
2014-08-08
1
-1
/
+0
*
Use canonical paths when searching for dex files
Calin Juravle
2014-08-04
1
-0
/
+33
*
Return "false" instead of "nullptr" in bool DexFile::Open.
Alexander Ivchenko
2014-06-26
1
-1
/
+1
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-19
/
+105
*
ART: Do not try to pretty-print method in dex file
Andreas Gampe
2014-06-19
1
-4
/
+2
*
Make DexFile content read only before running DexFileVerifier
Brian Carlstrom
2014-05-25
1
-4
/
+4
*
Fix ExtractToMemMap to show original zip file name in ashmem
Brian Carlstrom
2014-05-23
1
-1
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-11
/
+11
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-3
/
+3
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-1
/
+0
*
Fix debugger crash in native method frames.
Sebastien Hertz
2014-03-17
1
-0
/
+1
*
Add debug code for saving dex file inputs
Brian Carlstrom
2014-02-20
1
-1
/
+2
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-11
/
+14
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+1
*
Fix apps with more than one dex file with the same name
Brian Carlstrom
2014-02-06
1
-13
/
+28
*
Remove unneeded quoting
Brian Carlstrom
2013-12-10
1
-3
/
+3
*
Use libziparchive for art zip processing.
Narayan Kamath
2013-12-09
1
-4
/
+4
*
Faster Signature::operator==(const StringPiece& rhs).
Vladimir Marko
2013-11-25
1
-0
/
+26
*
Avoid some string allocations.
Vladimir Marko
2013-11-21
1
-5
/
+3
*
Rewrite intrinsics detection.
Vladimir Marko
2013-11-18
1
-3
/
+4
*
Put arguments first in debugger variable table and fix name bug.
Jeff Hao
2013-11-14
1
-3
/
+3
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-4
/
+10
*
Fix DexFile error handling to close fd properly.
Vladimir Marko
2013-11-06
1
-33
/
+34
*
Remove unused length from DexFile GetString calls.
Ian Rogers
2013-10-31
1
-4
/
+2
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-2
/
+2
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-70
/
+87
[next]