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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-5
/
+5
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-1
/
+17
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-1
/
+10
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-28
/
+135
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
1
-0
/
+4
*
Add read barriers to the constant roots.
Hiroshi Yamauchi
2014-06-27
1
-3
/
+7
*
Fix GetMethodID to find an interface method from a super-interface
Brian Carlstrom
2014-06-18
1
-0
/
+3
*
Make class status volatile.
Ian Rogers
2014-06-02
1
-1
/
+2
*
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-5
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+5
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-4
/
+21
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-1
/
+1
*
Make it possible to disable read barriers in Class::GetObjectSize()
Hiroshi Yamauchi
2014-05-09
1
-1
/
+8
*
Merge "Add finalizer references from the entrypoints."
Mathieu Chartier
2014-05-02
1
-1
/
+1
|
\
|
*
Add finalizer references from the entrypoints.
Mathieu Chartier
2014-05-01
1
-1
/
+1
*
|
Replace the bool kDoReadBarrier template parameter with an enum.
Hiroshi Yamauchi
2014-05-01
1
-9
/
+12
|
/
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-52
/
+33
*
More code for the read barrier support.
Hiroshi Yamauchi
2014-04-22
1
-6
/
+10
*
Cleanup transaction support
Sebastien Hertz
2014-04-02
1
-5
/
+2
*
Refactor object reference visiting logic.
Mathieu Chartier
2014-03-24
1
-0
/
+4
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-1
/
+0
*
Fix SafePrettyTypeOf to never call VerifyObject.
Mathieu Chartier
2014-03-03
1
-1
/
+4
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-35
/
+76
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-10
/
+27
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-1
/
+1
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-171
/
+157
*
Make DexCache references const.
Vladimir Marko
2014-02-04
1
-4
/
+4
*
Don't assume resolved type has the same dex cache.
Vladimir Marko
2014-02-03
1
-4
/
+20
*
Clean up access checks.
Vladimir Marko
2014-01-21
1
-0
/
+15
*
Remove intialized static storage from dex cache.
Ian Rogers
2014-01-08
1
-8
/
+5
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-0
/
+2
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-6
/
+8
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-3
/
+4
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+13
*
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
1
-0
/
+1
*
Improve quick codegen for aput-object.
Ian Rogers
2013-10-08
1
-3
/
+7
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-10
/
+25
*
Split the allocation path into 'instrumented' and 'uninstrumented'
Hiroshi Yamauchi
2013-09-25
1
-1
/
+8
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
1
-10
/
+21
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-2
/
+2
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-51
/
+51
*
Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues
Brian Carlstrom
2013-07-18
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
/
+885