summaryrefslogtreecommitdiffstats
path: root/runtime/native/java_lang_Class.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix java_lang_Class newInstance for strings; also quick entrypoints.Jeff Hao2015-04-271-0/+11
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+1
* Move Class.newInstance to nativeMathieu Chartier2015-04-251-2/+72
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-20/+214
* Move ArtField to nativeMathieu Chartier2015-04-101-34/+29
* Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-101-0/+14
* Fix the read barrier builds.Hiroshi Yamauchi2015-04-031-1/+1
* Fix some reflection errorsMathieu Chartier2015-03-291-1/+4
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-1/+168
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-2/+1
* ART: More warningsAndreas Gampe2014-11-041-0/+2
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Fix erroneous behaviors with OOME present.Ian Rogers2014-07-211-1/+4
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-3/+1
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-2/+3
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-6/+6
* Refactor reflective method invocation.Ian Rogers2014-03-141-2/+2
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+4
* Enable moving classes.Mathieu Chartier2013-12-101-7/+7
* Compacting collector.Mathieu Chartier2013-11-111-1/+2
* Fast JNI support.Ian Rogers2013-10-201-5/+6
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-31/+0
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+135