summaryrefslogtreecommitdiffstats
path: root/runtime/indirect_reference_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+1
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+3
* Trim reference tables when we trim the heapMathieu Chartier2014-11-261-2/+8
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-5/+5
* Reduce IndirectReferenceTable memory usageMathieu Chartier2014-09-251-54/+27
* Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-091-4/+11
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-4/+0
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+2
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-16/+18
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+1
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-5/+2
* Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-131-1/+1
* Add read barriers for the weak roots in the JNI weak globals.Hiroshi Yamauchi2014-05-291-5/+16
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+4
* Add lockless SynchronizedGet for indirect reference table.Mathieu Chartier2014-05-051-100/+19
* 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