summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/art_field.h
Commit message (Expand)AuthorAgeFilesLines
* Remove FieldHelper.Ian Rogers2014-12-021-0/+2
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-2/+2
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-2/+2
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-5/+5
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-7/+19
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+5
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-0/+8
* Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-1/+1
* Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-2/+3
* Force inlining on trivial accessors.Ian Rogers2014-04-291-3/+5
* Support field watchpoint in interpreterSebastien Hertz2014-04-251-0/+4
* Improvements to Field.get/set.Ian Rogers2014-03-211-0/+4
* Remove blacklistSebastien Hertz2014-02-171-2/+16
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-1/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-64/+40
* Enable moving classes.Mathieu Chartier2013-12-101-0/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-0/+165