summaryrefslogtreecommitdiffstats
path: root/runtime/read_barrier.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+0
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-0/+8
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-2/+48
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-0/+4
* Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-131-1/+1
* Add read barriers to the weak roots in the intern table.Hiroshi Yamauchi2014-05-281-1/+1
* Add a read barrier for weak roots in monitors.Hiroshi Yamauchi2014-05-211-0/+4
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-1/+1
* Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-12/+19
* Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-0/+37