summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/array.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+20
* ART: More warningsAndreas Gampe2014-11-041-2/+2
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-1/+2
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-1/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-1/+1
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-2/+4
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-4/+4
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-4/+4
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-4/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-17/+21
* Make allocations report usable size.Ian Rogers2014-02-261-8/+3
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-7/+10
* Remove blacklistSebastien Hertz2014-02-171-1/+2
* Fix CreateMultiArray to be compaction safe.Mathieu Chartier2014-02-081-18/+20
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+2
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-3/+2
* Compacting collector.Mathieu Chartier2013-11-111-6/+9
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-33/+0
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+165