summaryrefslogtreecommitdiff
path: root/runtime/object_lock.cc
AgeCommit message (Expand)Author
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2016-11-30Infrastructure for obsolete methods Alex Light
2016-07-29Revert "Revert "Use try lock to fix class resolution race"" Mathieu Chartier
2016-07-29Revert "Use try lock to fix class resolution race" Mathieu Chartier
2016-07-27Use try lock to fix class resolution race Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2014-09-15ART: Rename Handle hierarchy Andreas Gampe
2014-08-23Clean up Handle usage. Mathieu Chartier
2014-07-16Remove object_utils.h. Ian Rogers