index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
/
class-inl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-5
/
+45
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+30
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-6
/
+106
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
1
-0
/
+8
*
Add read barriers to the constant roots.
Hiroshi Yamauchi
2014-06-27
1
-2
/
+4
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-1
/
+3
*
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-9
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-13
/
+13
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-2
/
+22
*
Make it possible to disable read barriers in Class::GetObjectSize()
Hiroshi Yamauchi
2014-05-09
1
-1
/
+14
*
Merge "Add finalizer references from the entrypoints."
Mathieu Chartier
2014-05-02
1
-3
/
+12
|
\
|
*
Add finalizer references from the entrypoints.
Mathieu Chartier
2014-05-01
1
-3
/
+12
*
|
Replace the bool kDoReadBarrier template parameter with an enum.
Hiroshi Yamauchi
2014-05-01
1
-5
/
+5
|
/
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-42
/
+56
*
More code for the read barrier support.
Hiroshi Yamauchi
2014-04-22
1
-0
/
+13
*
Fix Object::Clone()'s pre-fence barrier.
Hiroshi Yamauchi
2014-04-03
1
-2
/
+9
*
Refactor object reference visiting logic.
Mathieu Chartier
2014-03-24
1
-0
/
+6
*
Fix SafePrettyTypeOf to never call VerifyObject.
Mathieu Chartier
2014-03-03
1
-1
/
+2
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-3
/
+7
*
Do not FixupStaticTrampolines of uninitialized classes
Brian Carlstrom
2014-02-19
1
-1
/
+1
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-16
/
+24
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-69
/
+61
*
Make DexCache references const.
Vladimir Marko
2014-02-04
1
-6
/
+6
*
Don't assume resolved type has the same dex cache.
Vladimir Marko
2014-02-03
1
-8
/
+32
*
Clean up access checks.
Vladimir Marko
2014-01-21
1
-0
/
+63
*
Thread local bump pointer allocator.
Mathieu Chartier
2013-12-16
1
-2
/
+2
*
Search for miranda methods in virtual methods instead of interface.
Jeff Hao
2013-11-21
1
-1
/
+1
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-15
/
+12
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-7
/
+16
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+8
*
Fix incorrect initial dex cache size.
Mathieu Chartier
2013-10-23
1
-3
/
+1
*
Split the allocation path into 'instrumented' and 'uninstrumented'
Hiroshi Yamauchi
2013-09-25
1
-2
/
+12
*
More allocation code optimizations.
Hiroshi Yamauchi
2013-09-11
1
-0
/
+9
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-44
/
+43
*
Fix cpplint whitespace/braces issues
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+349