summaryrefslogtreecommitdiffstats
path: root/libart
Commit message (Expand)AuthorAgeFilesLines
...
* Share ClassLoader codeBrian Carlstrom2013-08-143-922/+0
* Refactor ART java.lang.reflect implementationBrian Carlstrom2013-08-1310-365/+527
* Increase breadcrumbs for class lookup failures.Ian Rogers2013-08-131-11/+25
* Remove updateProcessState.Mathieu Chartier2013-08-101-6/+0
* Fix AIOOBE in Method.compareParameters.Ian Rogers2013-08-081-1/+1
* Fix sign-extension of type indices.Ian Rogers2013-08-082-3/+3
* Improve the performance of reflective operations.Ian Rogers2013-08-035-136/+113
* Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-311-0/+21
* Use the libcore.reflect implementation.Elliott Hughes2013-07-2510-1991/+0
* Add registerNativeAllocation and registerNativeFree to libcore.Mathieu Chartier2013-07-241-0/+15
* AnnotationFactory and AnnotationMember are now shared between art and dalvik.Elliott Hughes2013-07-232-701/+0
* Restructure Class.getDeclaredMethodInternal.Ian Rogers2013-07-191-16/+16
* Add updateProcessState to VMRuntimeMathieu Chartier2013-07-181-0/+6
* Cleaning old JIT methods from String.Jeff Hao2013-07-091-69/+0
* Fix Class.getModifiers for arrays of inner classes.Elliott Hughes2013-07-091-1/+14
* Add dalvik.system.VMRuntime.vmLibraryBrian Carlstrom2013-07-091-0/+5
* Rename vmDataAnwar Ghuloum2013-07-091-3/+3
* Revert "Rename vmData"Anwar Ghuloum2013-07-021-3/+3
* Rename vmDataAnwar Ghuloum2013-07-021-3/+3
* Ensure that setName and setPriority are properly synchronizedAnwar Ghuloum2013-07-021-4/+17
* Copy the libdvm docs to the libart docs.Elliott Hughes2013-06-071-3/+3
* Move dalvik.system.VMDebug to be runtime specificBrian Carlstrom2013-06-061-0/+374
* Move java.lang.String to be runtime specificBrian Carlstrom2013-06-051-0/+2080
* Making libcore build WITH_ARTBrian Carlstrom2013-06-0510-0/+1442
* Adding libart support to libcoreBrian Carlstrom2013-05-2223-0/+10944