summaryrefslogtreecommitdiff
path: root/runtime/reference_table.h
AgeCommit message (Expand)Author
2024-02-06Add visibility attributes in runtime/r* Dmitrii Ishcheikin
2022-12-08Split local reference table out of `IndirectReferenceTable`. Vladimir Marko
2021-07-14Modernize typedefs with `using`. Vladimir Marko
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2017-10-02ART: Dump allocation stacks in reference table dumps Andreas Gampe
2017-06-05ART: Remove old object_callbacks.h includes Andreas Gampe
2016-10-06Move remaining jobject related functions to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-04-06Refactor and improve GC root handling Mathieu Chartier
2015-01-15Print more info in MarkSweep::VerifyRoot Mathieu Chartier
2014-08-29Add native memory accounting through custom allocator. Mathieu Chartier
2014-07-29Add GcRoot to clean up and enforce read barriers. Hiroshi Yamauchi
2014-06-20Add more read barriers for JNI roots. Hiroshi Yamauchi
2014-03-06Enable annotalysis on clang ART builds. Ian Rogers
2014-02-11Add root types and thread id to root visiting. Mathieu Chartier
2013-09-13Add support for changing roots through the root visitor callback. Mathieu Chartier
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-17Fix multiple inclusion guards to match new pathnames Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom