summaryrefslogtreecommitdiffstats
path: root/runtime/indirect_reference_table-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+1
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-0/+9
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Fix a merge error in cl 108991.Hiroshi Yamauchi2014-10-061-1/+1
* Reduce IndirectReferenceTable memory usageMathieu Chartier2014-09-251-2/+2
* Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-091-9/+0
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-7/+13
* Honor the read barrier option in IRT::Get().Hiroshi Yamauchi2014-08-281-1/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-4/+4
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-2/+1
* 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-1/+5
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Add lockless SynchronizedGet for indirect reference table.Mathieu Chartier2014-05-051-0/+87