summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class-inl.h
Commit message (Expand)AuthorAgeFilesLines
* 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