summaryrefslogtreecommitdiffstats
path: root/runtime/indirect_reference_table-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-2/+2
* ART: Clean up heap headersAndreas Gampe2017-05-301-2/+2
* ART: Add object-readbarrier-inl.hAndreas Gampe2017-04-211-1/+0
* ART: Refactor verify_object.hAndreas Gampe2017-02-031-1/+1
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-8/+10
* ART: Change IndirectReferenceTableAndreas Gampe2016-10-241-5/+7
* Move Heap parameters to ObjPtrMathieu Chartier2016-10-121-1/+1
* Change indirect reference table to use ObjPtrMathieu Chartier2016-10-051-4/+19
* ART: Clean up IRT-related abort messagingAndreas Gampe2016-10-031-11/+20
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-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