summaryrefslogtreecommitdiffstats
path: root/libart/src/main/java/java/lang/Class.java
Commit message (Expand)AuthorAgeFilesLines
* Make isAssignableFrom not cast iftable entries to class.Jeff Hao2015-07-141-2/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-011-8/+12
* Move Class.newInstance to nativeMathieu Chartier2015-04-241-27/+1
* Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForNameBrian Carlstrom2015-04-211-14/+14
* Move functionality from ArtMethod into MethodMathieu Chartier2015-04-211-141/+12
* Libcore: Remove getClassLoaderImplAndreas Gampe2015-04-201-18/+1
* Document behavior of Class.forName with a null ClassLoaderBrian Carlstrom2015-04-201-7/+11
* Merge "Remove ArtField"Mathieu Chartier2015-04-101-14/+20
|\
| * Remove ArtFieldMathieu Chartier2015-04-101-14/+20
* | Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-101-9/+18
|/
* Make ArtField have no functionalityMathieu Chartier2015-03-291-87/+11
* Move dexCacheStrings from ArtMethod to ArtClassMathieu Chartier2014-11-251-1/+3
* Binary search through ArtFields to match by name.Narayan Kamath2014-11-141-8/+31
* Delete unused imtable fieldMathieu Chartier2014-11-101-3/+0
* Make unchecked getDeclaredFields/Methods methods public-hiddenAlan Viverette2014-10-161-11/+23
* Update Class.primitiveType field uses.Hiroshi Yamauchi2014-09-251-2/+5
* Remove referenceStaticOffsets from Class.java since it's not needed anymore.Mingyao Yang2014-09-101-3/+0
* Fix Class.newInstance to not wrap its exceptions.Jeff Hao2014-04-231-4/+4
* Fix reflection access checks for app compatibility in libcore.Jeff Hao2014-04-011-0/+7
* Add access checks to Method and Field reflection.Jeff Hao2014-03-271-8/+1
* Fix the art version of getGenericSuperclass.Narayan Kamath2013-11-221-1/+6
* Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methodsBrian Carlstrom2013-11-071-4/+5
* Libcore support for Interface Method Tables (IMT).Jeff Hao2013-11-071-0/+3
* Fix Class.getDeclaringClass bug for ARTBrian Carlstrom2013-10-121-0/+3
* Avoid computing class def indices.Ian Rogers2013-09-211-32/+99
* Fix getGenericInterfaces for the no annotation case.Ian Rogers2013-09-211-1/+1
* Lazier annotation signature parsing.Ian Rogers2013-09-211-9/+22
* Refactor ART java.lang.reflect implementationBrian Carlstrom2013-08-131-62/+95
* Improve the performance of reflective operations.Ian Rogers2013-08-031-3/+3
* Restructure Class.getDeclaredMethodInternal.Ian Rogers2013-07-191-16/+16
* Fix Class.getModifiers for arrays of inner classes.Elliott Hughes2013-07-091-1/+14
* Adding libart support to libcoreBrian Carlstrom2013-05-221-0/+1630