summaryrefslogtreecommitdiffstats
path: root/runtime/native/java_lang_reflect_Field.cc
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Java char is 16 bits, can not be treated as boolean.Fredrik Roubert2015-07-271-2/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+0
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Fix some reflection errorsMathieu Chartier2015-03-291-3/+3
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-124/+132
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-10/+10
* Remove FieldHelper.Ian Rogers2014-12-021-3/+1
* ART: More warningsAndreas Gampe2014-11-041-0/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-11/+9
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-0/+1
* ART: Better IllegalAccessException messageAndreas Gampe2014-09-291-5/+16
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-52/+63
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+2
* Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-32/+27
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+6
* Some fixes for comments and implied conversions.Jeff Hao2014-03-281-10/+10
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-54/+104
* Remove bogus DCHECK.Ian Rogers2014-03-271-1/+0
* Reflection tidying.Ian Rogers2014-03-261-3/+3
* Improvements to Field.get/set.Ian Rogers2014-03-211-107/+125
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+1
* Unify 64bit int constant definitions.Ian Rogers2014-03-101-1/+1
* Remove blacklistSebastien Hertz2014-02-171-9/+9
* Tidy up memory barriers.Ian Rogers2013-12-201-1/+1
* Enable moving classes.Mathieu Chartier2013-12-101-8/+14
* Fast JNI support.Ian Rogers2013-10-201-27/+27
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-11/+12
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+342