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.h
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
/
+4
*
ART: Remove multidex limit
Andreas Gampe
2015-04-28
1
-1
/
+7
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-20
/
+21
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-2
/
+2
*
Store OatDexFile instead of OatFile in DexFile.
Richard Uhler
2015-04-02
1
-10
/
+11
*
Support relative encoded dex locations in oat files.
Richard Uhler
2015-03-24
1
-4
/
+15
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-0
/
+7
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-7
/
+0
*
Add JIT
Mathieu Chartier
2015-02-23
1
-0
/
+7
*
Merge "Fix ImageWriter::ComputeEagerResolvedStringsCallback()."
Vladimir Marko
2015-02-11
1
-1
/
+1
|
\
|
*
Fix ImageWriter::ComputeEagerResolvedStringsCallback().
Vladimir Marko
2015-02-11
1
-1
/
+1
*
|
ART: Simple structural class check
Andreas Gampe
2015-01-14
1
-2
/
+14
*
|
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-21
/
+23
|
/
*
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-07
1
-4
/
+19
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-4
/
+4
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+1
*
Tidy MethodProtoHelper.
Ian Rogers
2014-10-28
1
-1
/
+2
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-30
/
+30
*
ART: Change access flag behavior in verifier
Andreas Gampe
2014-09-15
1
-4
/
+34
*
Remove dex file index building mutex.
Ian Rogers
2014-09-12
1
-1
/
+0
*
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-13
/
+13
*
Merge "Reduce and speed-up class def searches."
Ian Rogers
2014-09-02
1
-10
/
+21
|
\
|
*
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-10
/
+21
*
|
ART: Fix dex file verifier type-list handling
Andreas Gampe
2014-09-02
1
-0
/
+10
|
/
*
Avoid handle-less fields in ClassLinker::InitializeClass()
Hiroshi Yamauchi
2014-08-21
1
-1
/
+1
*
Use canonical paths when searching for dex files
Calin Juravle
2014-08-04
1
-0
/
+17
*
ART: Account for multidex location strings in VMClassLoader
Andreas Gampe
2014-07-24
1
-0
/
+14
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-7
/
+43
*
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-1
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
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
-6
/
+5
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-10
/
+1
*
Remove some stray stringpiece.h includes
Brian Carlstrom
2014-02-27
1
-1
/
+0
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-0
/
+1
*
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
-27
/
+9
*
Faster Signature::operator==(const StringPiece& rhs).
Vladimir Marko
2013-11-25
1
-4
/
+1
*
Rewrite intrinsics detection.
Vladimir Marko
2013-11-18
1
-1
/
+5
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-4
/
+6
*
Remove unused length from DexFile GetString calls.
Ian Rogers
2013-10-31
1
-0
/
+1
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-58
/
+14
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-15
/
+15
*
resolved conflicts for merge of 5d79c5de to dalvik-dev
Brian Carlstrom
2013-10-20
1
-0
/
+2
|
\
|
*
Preload DexCaches
Brian Carlstrom
2013-10-20
1
-0
/
+2
*
|
am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...
Brian Carlstrom
2013-10-04
1
-4
/
+3
|
\
\
|
|
/
|
*
Use file magic to determine file type, not file extension.
Brian Carlstrom
2013-10-03
1
-4
/
+3
|
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-21
1
-30
/
+14
*
|
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-9
/
+86
[next]