summaryrefslogtreecommitdiffstats
path: root/runtime/native/java_lang_reflect_Constructor.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+1
* am 61d7ca87: ART: Whitelist DexPathList constructorAndreas Gampe2015-04-301-4/+11
|\
| * ART: Whitelist DexPathList$Element constructorAndreas Gampe2015-04-291-4/+11
| * Fix constructor access check through reflectionSebastien Hertz2015-04-281-2/+2
| * ART: Fix constructor access checkingAndreas Gampe2015-04-271-6/+3
* | Fix constructor access check through reflectionSebastien Hertz2015-04-281-2/+2
* | Merge "ART: Fix constructor access checking"Andreas Gampe2015-04-281-6/+3
|\ \
| * | ART: Fix constructor access checkingAndreas Gampe2015-04-271-6/+3
| |/
* | Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+6
|/
* Move Class.newInstance to nativeMathieu Chartier2015-04-251-29/+24
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-12/+23
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+0
* 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
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-2/+3
* Some fixes for comments and implied conversions.Jeff Hao2014-03-281-1/+1
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-3/+4
* Improvements to Field.get/set.Ian Rogers2014-03-211-4/+1
* Refactor reflective method invocation.Ian Rogers2014-03-141-3/+2
* Don't always allocate constructor newInstance as non movable.Mathieu Chartier2014-03-101-1/+10
* Enable moving classes.Mathieu Chartier2013-12-101-6/+6
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-1/+1
* Fast JNI support.Ian Rogers2013-10-201-1/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-3/+7
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+74