summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/object.cc
Commit message (Expand)AuthorAgeFilesLines
* stdint types all the way!Ian Rogers2014-10-091-2/+2
* Enable -Wunreachable-codeIan Rogers2014-09-301-2/+1
* Make Monitor::Wait more robust to spurious Inflate failures.Ian Rogers2014-08-151-1/+2
* Merge "Fix two read barrier bugs introduced in CL 97882."Hiroshi Yamauchi2014-07-171-3/+3
|\
| * Fix two read barrier bugs introduced in CL 97882.Hiroshi Yamauchi2014-07-171-3/+3
* | Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* | Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-1/+1
|/
* Call strong CAS from unsafe. Add more CAS versions.Hans Boehm2014-07-111-1/+1
* Make CAS operations in Object use art::Atomic.Ian Rogers2014-07-101-1/+1
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-2/+4
* Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-2/+2
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-8/+10
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-3/+1
* Force inlining on trivial accessors.Ian Rogers2014-04-291-2/+2
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-171-1/+1
* Insert read barriers in more places.Hiroshi Yamauchi2014-04-101-0/+33
* Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-031-5/+23
* Fix and optimize verify object.Mathieu Chartier2014-02-211-4/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-4/+5
* Tidy up memory barriers.Ian Rogers2013-12-201-2/+2
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-23/+41
* Improve object clone performance and make compaction proof.Mathieu Chartier2013-11-061-23/+14
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-4/+4
* Fix object identity hash.Mathieu Chartier2013-10-291-0/+48
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-7/+7
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+129