summaryrefslogtreecommitdiffstats
path: root/runtime/reflection_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Add class-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-2/+2
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-2/+2
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-2/+2
* Remove duplication, split testsDavid Sehr2018-02-211-0/+1
* ART: Depend on libnativehelper headers onlyAndreas Gampe2017-10-251-1/+1
* Merge "ART: Change method lookup to be more consistent to JLS and the RI."Treehugger Robot2017-07-201-6/+7
|\
| * ART: Change method lookup to be more consistent to JLS and the RI.Vladimir Marko2017-07-201-6/+7
* | art: use proper nativehelper headersSteven Moreland2017-07-181-1/+1
|/
* ART: Add object-readbarrier-inl.hAndreas Gampe2017-04-211-0/+1
* Clean up after MIPS got read barriers supportGoran Jakovljevic2017-04-061-1/+0
* ART: Refactor jmethodID handlingAndreas Gampe2016-11-071-47/+48
* Move mirror::Class to use ObjPtrMathieu Chartier2016-10-131-21/+26
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-9/+5
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-1/+1
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-3/+6
* Remove more Quick-related macros in tests.Roland Levillain2016-04-071-2/+0
* x86/x86-64 read barrier support for concurrent GC in Optimizing.Roland Levillain2015-11-151-0/+2
* ART: Fix left-shift of negative numbersAndreas Gampe2015-10-201-1/+2
* Move to newer clang annotationsMathieu Chartier2015-07-221-1/+1
* Implement heap poisoning in ART's Optimizing compiler.Roland Levillain2015-07-011-0/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-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