Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move mirror::ArtMethod to native | Mathieu Chartier | 2015-06-02 | 1 | -2/+1 |
* | Move ArtField to native | Mathieu Chartier | 2015-04-10 | 1 | -1/+0 |
* | Refactor and improve GC root handling | Mathieu Chartier | 2015-04-06 | 1 | -0/+8 |
* | More of the concurrent copying collector. | Hiroshi Yamauchi | 2015-01-23 | 1 | -2/+48 |
* | Add more read barriers for JNI roots. | Hiroshi Yamauchi | 2014-06-20 | 1 | -0/+4 |
* | Add read barriers for the class and the intern tables. | Hiroshi Yamauchi | 2014-06-13 | 1 | -1/+1 |
* | Add read barriers to the weak roots in the intern table. | Hiroshi Yamauchi | 2014-05-28 | 1 | -1/+1 |
* | Add a read barrier for weak roots in monitors. | Hiroshi Yamauchi | 2014-05-21 | 1 | -0/+4 |
* | Replace the bool kDoReadBarrier template parameter with an enum. | Hiroshi Yamauchi | 2014-05-01 | 1 | -1/+1 |
* | Insert an empty read barrier call. | Hiroshi Yamauchi | 2014-04-03 | 1 | -12/+19 |
* | Make the support code for read barriers a bit more general. | Hiroshi Yamauchi | 2014-03-31 | 1 | -0/+37 |