summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/array.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+15
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+1
* Optimize method linkingMathieu Chartier2014-10-271-2/+2
* Header file clean up.Ian Rogers2014-10-081-7/+1
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-11/+9
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-9/+8
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+3
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+4
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-2/+2
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-2/+2
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-2/+2
* Merge "Ensure JNI primitive array type is appropriate."Ian Rogers2014-05-141-4/+9
|\
| * Ensure JNI primitive array type is appropriate.Ian Rogers2014-05-141-4/+9
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
|/
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-1/+2
* Force inlining on trivial accessors.Ian Rogers2014-04-291-48/+15
* More code for the read barrier support.Hiroshi Yamauchi2014-04-221-1/+1
* Make allocations report usable size.Ian Rogers2014-02-261-17/+5
* Fix and optimize verify object.Mathieu Chartier2014-02-211-4/+7
* Remove blacklistSebastien Hertz2014-02-171-3/+26
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-1/+2
* Fix CreateMultiArray to be compaction safe.Mathieu Chartier2014-02-081-1/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-22/+37
* Refactor array access for the interpreter.Sebastien Hertz2014-01-281-6/+23
* Enable moving classes.Mathieu Chartier2013-12-101-0/+3
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-3/+15
* Compacting collector.Mathieu Chartier2013-11-111-18/+5
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-0/+14
* Unsigned comparison for array bounds check.Sebastien Hertz2013-07-231-1/+1
* 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/+148