summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/array-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-2/+2
* ART: Fix up small header includesAndreas Gampe2017-08-041-2/+1
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* ART: Add object-readbarrier-inl.hAndreas Gampe2017-04-211-0/+1
* ART: Clean up art_method.hAndreas Gampe2017-04-211-1/+1
* Fix sign extension issuesColin Cross2017-03-151-2/+2
* Implement class-pre-define time redefinition.Alex Light2017-01-251-0/+13
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-4/+5
* Infrastructure for obsolete methodsAlex Light2016-11-301-0/+23
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-1/+1
* Move most mirror:: args to ObjPtrMathieu Chartier2016-10-171-5/+21
* Move mirror::ObjectArray to ObjPtrMathieu Chartier2016-10-131-0/+1
* Move Heap parameters to ObjPtrMathieu Chartier2016-10-121-4/+4
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-2/+2
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-9/+7
* Fix remaining read barrier issues in image relocationMathieu Chartier2016-02-021-5/+7
* Pass template args downMathieu Chartier2016-01-271-1/+3
* Fix pointer conversion error in SetElementPtrSizeMathieu Chartier2016-01-271-5/+10
* Refactor some patching logicMathieu Chartier2015-11-161-0/+13
* Use ATTRIBUTE_UNUSED more.Roland Levillain2015-10-151-2/+1
* Move to newer clang annotationsMathieu Chartier2015-07-221-2/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-4/+28
* Merge "ART: Fix VerifyObject runtime verification"Andreas Gampe2015-05-271-2/+2
|\
| * ART: Fix VerifyObject runtime verificationAndreas Gampe2015-05-271-2/+2
* | ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+3
|/
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+2
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-12/+9
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+1
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* stdint types all the way!Ian Rogers2014-10-091-4/+4
* Header file clean up.Ian Rogers2014-10-081-0/+8
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-25/+50
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-2/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+5
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+1
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-2/+2
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+50
* More code for the read barrier support.Hiroshi Yamauchi2014-04-221-2/+3
* Handle Array::Memmove within the same array properly.Ian Rogers2014-03-271-36/+49
* Deduplicate the code that hardcodes the array header layout.Hiroshi Yamauchi2014-03-211-7/+3
* Fix 080-oom-throw with semispace GC.Mathieu Chartier2014-02-271-0/+1
* Ensure usable space data is zeroed in arrays.Ian Rogers2014-02-271-4/+12
* Make allocations report usable size.Ian Rogers2014-02-261-34/+72
* Fix and optimize verify object.Mathieu Chartier2014-02-211-2/+5
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-4/+113