summaryrefslogtreecommitdiff
path: root/runtime/reference_table.cc
AgeCommit message (Expand)Author
2024-02-06Add visibility attributes in runtime/r* Dmitrii Ishcheikin
2018-10-01ART: Mark move constructors with noexcept Andreas Gampe
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2017-10-02ART: Dump allocation stacks in reference table dumps Andreas Gampe
2017-07-24ART: Include cleanup Andreas Gampe
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-11-14ART: Prioritize reference table dump Andreas Gampe
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-12Move Heap parameters to ObjPtr Mathieu Chartier
2016-10-06Move remaining jobject related functions to use ObjPtr Mathieu Chartier
2016-09-28ART: Dump referenced type in IRT overflows Andreas Gampe
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-07Fix CC root visiting bug Mathieu Chartier
2015-04-06Refactor and improve GC root handling Mathieu Chartier
2015-01-23Fix compaction bugs related to IdentityHashCode Mathieu Chartier
2015-01-15Print more info in MarkSweep::VerifyRoot Mathieu Chartier
2014-12-08Fix reference table sorting Brian Carlstrom
2014-12-08Re-add missing read barriers Mathieu Chartier
2014-12-08Clean up ReferenceTable::Dump Mathieu Chartier
2014-09-03Remove abuse of mirror::Object* to reference special values. Ian Rogers
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-04-29Force inlining on trivial accessors. Ian Rogers
2014-03-07Add more VerifyObject calls. 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
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-11-11Compacting collector. Mathieu Chartier
2013-09-13Add support for changing roots through the root visitor callback. Mathieu Chartier
2013-08-16Fix up TODO: c++0x, update cpplint. Mathieu Chartier
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom