summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/object.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+1
* Print field info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-141-0/+5
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-28/+22
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-2/+2
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-1/+2
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+1
* Fix infinite loop in GenerateIdentityHashCodetony.ys_liu2015-01-161-4/+9
* Remove portable.Elliott Hughes2014-12-121-0/+1
* Remove FieldHelper.Ian Rogers2014-12-021-7/+13
* Keep original order of fields in Class.Vladimir Marko2014-11-141-4/+6
* Avoid signed integer overflow in identity hash code.Ian Rogers2014-10-301-4/+4
* 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