summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/object_reference.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up obj_ptr.h and obj_ptr-inl.h .Vladimir Marko2019-03-261-3/+1
* ART: Introduce runtime_globalsAndreas Gampe2019-01-091-1/+1
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* Implemented a new method for walking string references in AppImages.Chris Wailes2018-10-041-0/+9
* Clean up include pathsDavid Sehr2018-04-261-1/+1
* ART: Simplify atomic.hOrion Hodson2018-03-231-2/+2
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* ART: Remove heap poisoning from globals.hAndreas Gampe2017-09-191-0/+1
* Use HeapReference for SafeGetClassMathieu Chartier2017-08-091-1/+3
* Don't use fences to implement volatilesHans Boehm2017-08-091-27/+72
* Fix race condition btw DelayReferenceRefernent vs Reference.clear().Hiroshi Yamauchi2016-12-191-0/+3
* Move mirror::ObjectArray to ObjPtrMathieu Chartier2016-10-131-0/+3
* Move mirror::Object setters to ObjPtrMathieu Chartier2016-10-061-0/+8
* Fix google-explicit-constructor warnings in art.Chih-Hung Hsieh2016-09-151-3/+3
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-10/+10
* Move to newer clang annotationsMathieu Chartier2015-07-221-10/+10
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-0/+22
* Force inlining on trivial accessors.Ian Rogers2014-04-291-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Make heap reference poisoning work with the interpreter.Hiroshi Yamauchi2014-03-051-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-0/+91