summaryrefslogtreecommitdiff
path: root/runtime/reference_table.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* ART: Dump allocation stacks in reference table dumpsAndreas Gampe2017-10-021-2/+5
* ART: Remove old object_callbacks.h includesAndreas Gampe2017-06-051-1/+0
* Move remaining jobject related functions to use ObjPtrMathieu Chartier2016-10-061-2/+3
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-5/+5
* Move to newer clang annotationsMathieu Chartier2015-07-221-5/+5
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-1/+2
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-1/+1
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+3
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-1/+2
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-4/+4
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-3/+3
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+65