summaryrefslogtreecommitdiffstats
path: root/runtime/indirect_reference_table.h
Commit message (Expand)AuthorAgeFilesLines
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-0/+11
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* ART: IRT refactorAndreas Gampe2015-04-091-1/+6
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-4/+4
* Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.Hiroshi Yamauchi2015-02-231-1/+3
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-1/+3
* Trim reference tables when we trim the heapMathieu Chartier2014-11-261-0/+3
* Reduce IndirectReferenceTable memory usageMathieu Chartier2014-09-251-41/+35
* Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-091-4/+0
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-13/+2
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+3
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-9/+14
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-4/+6
* Add read barriers for the weak roots in the JNI weak globals.Hiroshi Yamauchi2014-05-291-2/+6
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Add lockless SynchronizedGet for indirect reference table.Mathieu Chartier2014-05-051-11/+19
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-6/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-0/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Fix 64bit compilation issues with IndirectRef.Ian Rogers2014-01-231-3/+3
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-6/+6
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-6/+4
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
* 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/+381