summaryrefslogtreecommitdiffstats
path: root/runtime/indirect_reference_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove support for app JNI workarounds.Ian Rogers2014-04-221-11/+2
* Fix tests to pass with VerifyObject.Mathieu Chartier2014-03-071-1/+3
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+9
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-0/+26
* Disable compaction for jni workarounds.Mathieu Chartier2014-03-061-2/+2
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+3
* Change IndirectReferenceTable::Add null DCHECK to CHECK.Mathieu Chartier2013-12-191-1/+1
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-7/+9
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-3/+2
* Fix NewLocalRef to use AddLocalReference.Elliott Hughes2013-07-291-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+330