summaryrefslogtreecommitdiffstats
path: root/runtime/native/java_lang_reflect_Constructor.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Add class-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add object-array-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* Modernize codebase by replacing NULL with nullptrYi Kong2018-08-021-1/+1
* ART: Improve Constructor.newInstanceAndreas Gampe2018-06-281-4/+7
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-7/+3
* ObjPtr<>-ify annotation processing.Vladimir Marko2018-05-221-1/+1
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* ART: Move RegisterNatives helperAndreas Gampe2017-06-011-0/+1
* ART: More header cleanup - jni_internal.hAndreas Gampe2017-05-301-0/+2
* jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.Igor Murashkin2017-02-211-3/+3
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-3/+4
* Move art/native to ObjPtrMathieu Chartier2016-10-171-3/+3
* Move mirror::Class to use ObjPtrMathieu Chartier2016-10-131-1/+1
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-2/+2
* Use ObjPtr for reflection.cc/h/inlMathieu Chartier2016-09-271-1/+1
* Separate annotations from dexfile reading.David Sehr2016-09-141-1/+2
* Tracking java.lang.reflect.Executable changesNeil Fuller2016-08-261-63/+0
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-1/+2
* Merge "Make all java.lang.reflect.Constructor methods handle proxies."Alex Light2016-05-101-5/+31
|\
| * Make all java.lang.reflect.Constructor methods handle proxies.Alex Light2016-05-091-5/+31
* | Fix issue with Constructor proxies.Alex Light2016-05-101-1/+2
|/
* Further fix for class deduction for ctor access checksPrzemyslaw Szczepaniak2015-11-231-2/+2
* Merge mnc-dr-enso-dev into goog/masterPrzemyslaw Szczepaniak2015-11-211-5/+15
|\
| * Fix caller class deduction for constructor access checks.Narayan Kamath2015-11-181-4/+5
| * Fix Constructor#serializationCopyPrzemyslaw Szczepaniak2015-11-121-3/+12
| * Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+1
* | am 4d169121: Merge "Move more Class annotations to native."Jeff Hao2015-09-021-3/+6
|\ \
| * | Move more Class annotations to native.Jeff Hao2015-09-011-3/+6
* | | am fa8114ca: am b5f7abcd: Merge "Revert "Revert "Move annotations to native."""Jeff Hao2015-08-251-0/+57
|\| |
| * | Revert "Revert "Move annotations to native.""Jeff Hao2015-08-251-0/+57
* | | am fe8e0455: am c9774838: Merge "Revert "Move annotations to native.""Roland Levillain2015-08-251-57/+0
|\| |
| * | Revert "Move annotations to native."Roland Levillain2015-08-251-57/+0
* | | am 5a689007: am f7b12e7a: Merge "Move annotations to native."Jeff Hao2015-08-221-0/+57
|\| |
| * | Move annotations to native.Jeff Hao2015-08-211-0/+57
* | | am 0efe6490: am 119a8025: Merge "Move mirror::ArtMethod to native"Mathieu Chartier2015-05-301-2/+1
|\| | | |/ |/|
| * Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-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