summaryrefslogtreecommitdiffstats
path: root/runtime/read_barrier-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-0/+42
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-7/+111
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+1
* Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-131-2/+2
* Add read barriers to the weak roots in the intern table.Hiroshi Yamauchi2014-05-281-2/+2
* Add a read barrier for weak roots in monitors.Hiroshi Yamauchi2014-05-211-0/+15
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-3/+4
* Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-0/+47