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_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-76
/
+58
*
Merge "Replace String CharArray with internal uint16_t array."
Jeff Hao
2015-04-28
1
-4
/
+3
|
\
|
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-4
/
+3
*
|
Use the lock word bits for Baker-style read barrier.
Hiroshi Yamauchi
2015-04-23
1
-3
/
+3
|
/
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
1
-77
/
+103
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-52
/
+34
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-4
/
+8
*
Add AccessibleObject and Field to mirror
Mathieu Chartier
2015-03-29
1
-3
/
+28
*
ART: PathClassLoader for compiler
Andreas Gampe
2015-03-27
1
-2
/
+15
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-1
/
+1
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-1
/
+1
*
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-12
/
+11
*
Merge "JDWP: fix breakpoint for method in the image"
Sebastien Hertz
2014-12-04
1
-0
/
+20
|
\
|
*
JDWP: fix breakpoint for method in the image
Sebastien Hertz
2014-12-04
1
-0
/
+20
*
|
Remove FieldHelper.
Ian Rogers
2014-12-02
1
-7
/
+3
|
/
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-5
/
+5
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-5
/
+0
*
Keep original order of fields in Class.
Vladimir Marko
2014-11-14
1
-56
/
+43
*
Delete unused imtable field
Mathieu Chartier
2014-11-10
1
-1
/
+0
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-2
/
+2
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-4
/
+4
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
1
-66
/
+72
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-3
/
+5
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-3
/
+3
*
ART: Correctly make methods preverified
Andreas Gampe
2014-09-11
1
-0
/
+61
*
Remove reference_static_offsets used for iterating through class static fields.
Mingyao Yang
2014-09-10
1
-1
/
+0
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-15
/
+24
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
1
-10
/
+10
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-3
/
+3
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-0
/
+1
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+2
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-37
/
+26
*
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
1
-8
/
+0
*
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
1
-0
/
+8
*
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-11
1
-8
/
+0
*
Add intrinsic for Reference.get()
Fred Shih
2014-07-10
1
-0
/
+8
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-5
/
+3
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-53
/
+31
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
1
-1
/
+2
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-4
/
+3
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-3
/
+4
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-4
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-54
/
+56
*
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
-69
/
+86
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-3
/
+0
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-2
/
+0
*
Make the support code for read barriers a bit more general.
Hiroshi Yamauchi
2014-03-31
1
-7
/
+7
*
Refactor reference code into mirror namespace.
Mathieu Chartier
2014-03-14
1
-0
/
+22
[next]