summaryrefslogtreecommitdiff
path: root/runtime/object_callbacks.h
AgeCommit message (Expand)Author
2024-01-24Add visibility attributes in runtime/o* Dmitrii Ishcheikin
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-07-18ART: Replace or remove some ObjectCallback Walk functions Andreas Gampe
2017-02-21Always mark reference referents in transaction mode. Hiroshi Yamauchi
2015-07-14Clean up GC callbacks to be virtual methods Mathieu Chartier
2015-07-09Clean up some includes Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-01-15Print more info in MarkSweep::VerifyRoot Mathieu Chartier
2014-07-16Disable adding main and non moving spaces to immune region in GSS Mathieu Chartier
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-06-16Change reference processing to use heap references. Mathieu Chartier
2014-05-20Improve heap verification for invalid roots. Mathieu Chartier
2014-04-28Improve GSS reference processing. Hiroshi Yamauchi
2014-04-04Improve invalid root dumping. Mathieu Chartier
2014-03-24Refactor object reference visiting logic. Mathieu Chartier
2014-02-20Change ProcessReferences to not use RecursiveMarkObject. Mathieu Chartier
2014-02-18Change root visitor to use Object**. Mathieu Chartier
2014-02-11Add root types and thread id to root visiting. Mathieu Chartier