index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
class_linker.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Prune FindArrayClass cache in image writer
Andreas Gampe
2015-06-03
1
-0
/
+4
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-47
/
+63
*
Fix for potential moving GC bugs around proxy class.
Hiroshi Yamauchi
2015-05-22
1
-3
/
+3
*
Fix debuggable compiler flag detection for secondary dex files
Sebastien Hertz
2015-05-19
1
-0
/
+7
*
ART: Check for duplicate classes when loading oat files
Andreas Gampe
2015-04-24
1
-0
/
+3
*
ART: Fix re-throwing failures of non-convention errors
Andreas Gampe
2015-04-22
1
-0
/
+6
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
1
-0
/
+4
*
ART: Make the PathClassLoader fast-path recursive
Andreas Gampe
2015-04-14
1
-5
/
+9
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-13
/
+17
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-2
/
+2
*
Store OatDexFile instead of OatFile in DexFile.
Richard Uhler
2015-04-02
1
-13
/
+0
*
Add AccessibleObject and Field to mirror
Mathieu Chartier
2015-03-29
1
-0
/
+2
*
ART: PathClassLoader for compiler
Andreas Gampe
2015-03-27
1
-0
/
+5
*
Clean up hash set
Mathieu Chartier
2015-03-18
1
-3
/
+3
*
Create OatFileAssistant class for assisting with oat files.
Richard Uhler
2015-03-09
1
-90
/
+17
*
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-2
/
+3
*
Remove portable.
Elliott Hughes
2014-12-12
1
-16
/
+1
*
Add pointer size logic to InitFromImageInterpretOnly
Mathieu Chartier
2014-12-05
1
-0
/
+3
*
JDWP: fix breakpoint for method in the image
Sebastien Hertz
2014-12-04
1
-0
/
+4
*
Avoid JNI call with pending OOME.
Ian Rogers
2014-11-19
1
-2
/
+2
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-0
/
+3
*
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-07
1
-5
/
+6
*
Add hash set
Mathieu Chartier
2014-11-06
1
-11
/
+48
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-5
/
+3
*
ART: Add pic flag to oat header store
Andreas Gampe
2014-10-27
1
-3
/
+2
*
Optimize method linking
Mathieu Chartier
2014-10-27
1
-3
/
+6
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-76
/
+72
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
1
-2
/
+0
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-50
/
+49
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-20
/
+21
*
Add fast path to VMClassLoader.findLoadedClass
Mathieu Chartier
2014-09-11
1
-0
/
+6
*
ART: Correctly make methods preverified
Andreas Gampe
2014-09-11
1
-0
/
+5
*
Merge "Remove reference_static_offsets used for iterating through class stati...
Mingyao Yang
2014-09-10
1
-4
/
+1
|
\
|
*
Remove reference_static_offsets used for iterating through class static fields.
Mingyao Yang
2014-09-10
1
-4
/
+1
*
|
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-7
/
+8
|
/
*
Avoid recomputing the dex checksum during class loading
Calin Juravle
2014-09-05
1
-2
/
+11
*
VisitClassesWithoutClassesLock isn't safe if classes move.
Ian Rogers
2014-09-03
1
-27
/
+30
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-0
/
+3
*
Pre-allocate the NoClassDefFoundError to be thrown for boot classes.
Ian Rogers
2014-09-02
1
-1
/
+1
*
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-3
/
+1
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-1
/
+2
*
Filling hole between subclass and superclass.
Fred Shih
2014-08-28
1
-13
/
+0
*
Remove an intermediate field array in ClassLinker::InitializeClass.
Hiroshi Yamauchi
2014-08-25
1
-5
/
+0
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-0
/
+13
*
Merge "Support running without a boot image."
Brian Carlstrom
2014-08-25
1
-2
/
+2
|
\
|
*
Support running without a boot image.
Alex Light
2014-08-25
1
-2
/
+2
*
|
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-48
/
+50
[next]