summaryrefslogtreecommitdiffstats
path: root/runtime/proxy_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-8/+8
* Fix a cts crash around proxy class fields.Hiroshi Yamauchi2015-05-201-0/+50
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-34/+27
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-20/+18
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-2/+2
* Remove FieldHelper.Ian Rogers2014-12-021-13/+11
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-7/+9
* Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.Jeff Hao2014-08-151-8/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+3
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-2/+8
* Remove object_utils.h.Ian Rogers2014-07-161-0/+1
* Break apart header files.Ian Rogers2014-07-151-3/+4
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-29/+37
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-29/+37
* | Fix crash in JDWP ReferenceType.SourceFile commandSebastien Hertz2014-06-051-2/+2
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-18/+21
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+6
* Fix ClassHelper::GetDirectInterface for proxy classSebastien Hertz2014-04-011-9/+56
* Fix debugger crashes in presence of proxy objects.Sebastien Hertz2014-03-131-0/+139