summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-5/+45
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-0/+30
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-6/+106
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+8
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+4
* Add mark compact collector.Mathieu Chartier2014-06-191-1/+3
* Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-9/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-13/+13
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-2/+22
* Make it possible to disable read barriers in Class::GetObjectSize()Hiroshi Yamauchi2014-05-091-1/+14
* Merge "Add finalizer references from the entrypoints."Mathieu Chartier2014-05-021-3/+12
|\
| * Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-3/+12
* | Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-5/+5
|/
* Force inlining on trivial accessors.Ian Rogers2014-04-291-42/+56
* More code for the read barrier support.Hiroshi Yamauchi2014-04-221-0/+13
* Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-031-2/+9
* Refactor object reference visiting logic.Mathieu Chartier2014-03-241-0/+6
* Fix SafePrettyTypeOf to never call VerifyObject.Mathieu Chartier2014-03-031-1/+2
* Fix and optimize verify object.Mathieu Chartier2014-02-211-3/+7
* Do not FixupStaticTrampolines of uninitialized classesBrian Carlstrom2014-02-191-1/+1
* Remove blacklistSebastien Hertz2014-02-171-16/+24
* Object model changes to support 64bit.Ian Rogers2014-02-061-69/+61
* Make DexCache references const.Vladimir Marko2014-02-041-6/+6
* Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-031-8/+32
* Clean up access checks.Vladimir Marko2014-01-211-0/+63
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-2/+2
* Search for miranda methods in virtual methods instead of interface.Jeff Hao2013-11-211-1/+1
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-15/+12
* Compacting collector.Mathieu Chartier2013-11-111-7/+16
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+8
* Fix incorrect initial dex cache size.Mathieu Chartier2013-10-231-3/+1
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-2/+12
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-0/+9
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-44/+43
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-3/+3
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+349