summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class-inl.h
Commit message (Expand)AuthorAgeFilesLines
* New experimental GC stress modeMathieu Chartier2015-06-221-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-127/+188
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-11/+11
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-8/+14
* ART: Clean up includes.Vladimir Marko2015-04-131-8/+3
* Move ArtField to nativeMathieu Chartier2015-04-101-54/+56
* Assembly TLAB allocation fast path for x86_64.Hiroshi Yamauchi2015-03-201-2/+2
* Add more info to GetSFields DCHECKMathieu Chartier2015-03-151-1/+1
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+8
* ART: More logging on GetAccessFlags failureAndreas Gampe2014-12-121-1/+9
* Fix OOM throwing if it happens in finalizer reference (take 2)Pavel Vyssotski2014-12-021-0/+4
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-0/+8
* Keep original order of fields in Class.Vladimir Marko2014-11-141-0/+30
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-1/+1
* Optimize method linkingMathieu Chartier2014-10-271-12/+21
* Fix a DCHECK failure IsResolved() || IsErroneous().Hiroshi Yamauchi2014-10-211-5/+5
* Revert "Fix OOM throwing if it happens in finalizer reference"Nicolas Geoffray2014-10-031-4/+0
* Fix OOM throwing if it happens in finalizer referenceDmitry Petrochenko2014-10-021-0/+4
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-2/+13
* ART: Correctly make methods preverifiedAndreas Gampe2014-09-111-0/+9
* Filling hole between subclass and superclass.Fred Shih2014-08-281-5/+0
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-9/+31
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-3/+3
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-5/+45
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-0/+30
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-6/+106
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+8
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+4
* Add mark compact collector.Mathieu Chartier2014-06-191-1/+3
* Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-9/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-13/+13
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-2/+22
* Make it possible to disable read barriers in Class::GetObjectSize()Hiroshi Yamauchi2014-05-091-1/+14
* Merge "Add finalizer references from the entrypoints."Mathieu Chartier2014-05-021-3/+12
|\
| * Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-3/+12
* | Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-5/+5
|/
* Force inlining on trivial accessors.Ian Rogers2014-04-291-42/+56
* More code for the read barrier support.Hiroshi Yamauchi2014-04-221-0/+13
* Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-031-2/+9
* Refactor object reference visiting logic.Mathieu Chartier2014-03-241-0/+6
* Fix SafePrettyTypeOf to never call VerifyObject.Mathieu Chartier2014-03-031-1/+2
* Fix and optimize verify object.Mathieu Chartier2014-02-211-3/+7
* Do not FixupStaticTrampolines of uninitialized classesBrian Carlstrom2014-02-191-1/+1
* Remove blacklistSebastien Hertz2014-02-171-16/+24
* Object model changes to support 64bit.Ian Rogers2014-02-061-69/+61
* Make DexCache references const.Vladimir Marko2014-02-041-6/+6
* Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-031-8/+32
* Clean up access checks.Vladimir Marko2014-01-211-0/+63