summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/array-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* stdint types all the way!Ian Rogers2014-10-091-4/+4
* Header file clean up.Ian Rogers2014-10-081-0/+8
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-25/+50
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-2/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+5
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+1
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-2/+2
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+50
* More code for the read barrier support.Hiroshi Yamauchi2014-04-221-2/+3
* Handle Array::Memmove within the same array properly.Ian Rogers2014-03-271-36/+49
* Deduplicate the code that hardcodes the array header layout.Hiroshi Yamauchi2014-03-211-7/+3
* Fix 080-oom-throw with semispace GC.Mathieu Chartier2014-02-271-0/+1
* Ensure usable space data is zeroed in arrays.Ian Rogers2014-02-271-4/+12
* Make allocations report usable size.Ian Rogers2014-02-261-34/+72
* Fix and optimize verify object.Mathieu Chartier2014-02-211-2/+5
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-4/+113
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-2/+3
* Enable moving classes.Mathieu Chartier2013-12-101-0/+7
* Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-251-0/+1
* Set array length before fence in allocation code path.Mathieu Chartier2013-11-201-8/+16
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-22/+23
* Compacting collector.Mathieu Chartier2013-11-111-20/+20
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-8/+38
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-0/+35
* 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/+39