summaryrefslogtreecommitdiffstats
path: root/runtime/reflection_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* include <float.h> for DBL_MAX and DBL_MINBrian Carlstrom2014-03-151-0/+1
| | | | | (cherry picked from commit 8ab83604ac129a654e54d2d000cc47203394e30b) Change-Id: Id4b3000324908028dc6557a69195064d4a7fb233
* Remove unused variable and tidy test #includes.Ian Rogers2014-03-141-1/+1
| | | | Change-Id: I0eaeea0d50f66302d632aab400cfa48dc301ef69
* Refactor reflective method invocation.Ian Rogers2014-03-141-0/+627
Move invocation code out of JNI internal into reflection, including ArgArray code. Make reflective invocation use the ArgArray to build arguments rather than allocating a jvalue[] and unboxing arguments into that. Move reflection part of jni_internal_test into reflection_test. Make greater use of fast JNI. Change-Id: Ib381372df5f9a83679e30e7275de24fa0e6b1057