summaryrefslogtreecommitdiffstats
path: root/runtime/reflection.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix reflection access check for attached native threads.Vladimir Marko2014-06-121-0/+4
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-23/+37
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-201-1/+1
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-11/+15
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-16/+15
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+4
* Fix reflection access checks for app compatibility.Jeff Hao2014-04-011-2/+1
* Revert "Fix access checks for app compatibility."Jeff Hao2014-04-011-1/+2
* Fix access checks for app compatibility.Jeff Hao2014-04-011-2/+1
* Some fixes for comments and implied conversions.Jeff Hao2014-03-281-6/+6
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-1/+35
* Reflection tidying.Ian Rogers2014-03-261-67/+39
* Improvements to Field.get/set.Ian Rogers2014-03-211-2/+1
* Work-around GCC polymorphism problems.Ian Rogers2014-03-141-10/+10
* 64bit build fix.Ian Rogers2014-03-141-2/+2
* Refactor reflective method invocation.Ian Rogers2014-03-141-31/+450
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-3/+13
* Enable moving classes.Mathieu Chartier2013-12-101-2/+6
* Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-1/+1
* StringPiece clean up.Ian Rogers2013-09-241-2/+2
* Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"Brian Carlstrom2013-09-061-7/+0
* Remove bogus fastpath from String::Equals(const StringPiece&)Brian Carlstrom2013-09-061-0/+7
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-9/+8
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-6/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+389