summaryrefslogtreecommitdiffstats
path: root/runtime/native/java_lang_reflect_Array.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+8
* ART: Add Array.createObjectArray to unstarted runtimeAndreas Gampe2015-04-101-4/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* ART: More warningsAndreas Gampe2014-11-041-0/+2
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-3/+4
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+2
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-2/+2
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+5
* Make allocations report usable size.Ian Rogers2014-02-261-3/+6
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-6/+2
* Fix CreateMultiArray to be compaction safe.Mathieu Chartier2014-02-081-3/+5
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-2/+1
* Compacting collector.Mathieu Chartier2013-11-111-2/+4
* Fast JNI support.Ian Rogers2013-10-201-5/+5
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+74