summaryrefslogtreecommitdiffstats
path: root/runtime/reflection_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-17/+17
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-46/+58
* Replace NULL with nullptrMathieu Chartier2015-04-221-13/+13
* Remove portable.Elliott Hughes2014-12-121-25/+0
* ART: More warningsAndreas Gampe2014-11-041-2/+2
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-18/+18
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Break apart header files.Ian Rogers2014-07-151-0/+2
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-1/+10
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-6/+7
* include <float.h> for DBL_MAX and DBL_MINBrian Carlstrom2014-03-151-0/+1
* Remove unused variable and tidy test #includes.Ian Rogers2014-03-141-1/+1
* Refactor reflective method invocation.Ian Rogers2014-03-141-0/+627