summaryrefslogtreecommitdiffstats
path: root/runtime/native/dalvik_system_VMRuntime.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-7/+7
* Reset libc targetSdkVersionDmitriy Ivanov2015-05-271-0/+9
* Request full/partial GC type from VMRuntime.requestConcurrentGC().Hiroshi Yamauchi2015-05-011-2/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-22/+23
* Fix DCHECK failures from Class::VisitFieldRootsMathieu Chartier2015-04-131-2/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-4/+4
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-9/+16
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-3/+3
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-1/+1
* Add clamp growth limitMathieu Chartier2015-01-081-0/+5
* Add heap task processorMathieu Chartier2014-12-191-7/+24
* Move GC daemon locking logic into heapMathieu Chartier2014-12-151-0/+9
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-7/+7
* Add hash map, reduce excessive hashingMathieu Chartier2014-11-071-1/+1
* ART: More warningsAndreas Gampe2014-11-041-12/+18
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-7/+9
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-0/+1
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-2/+31
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-4/+5
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-5/+4
* Fix native allocation watermark clamping.Mathieu Chartier2014-09-031-2/+2
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+1
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-061-7/+5
|\
| * Fixed and refactored profiler options handlingCalin Juravle2014-06-061-7/+5
* | Added workaround passing empty arg array for proxy invocation.Jeff Hao2014-06-021-3/+2
|/
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-2/+3
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-5/+3
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-3/+5
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-5/+3
* Support new VMRuntime native methodsSebastien Hertz2014-05-221-0/+18
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-3/+5
* Merge "Ensure JNI primitive array type is appropriate."Ian Rogers2014-05-141-8/+0
|\
| * Ensure JNI primitive array type is appropriate.Ian Rogers2014-05-141-8/+0
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-10/+11
|/
* Remove support for app JNI workarounds.Ian Rogers2014-04-221-15/+4
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+1
* Make use of profiling information for dex2oatDave Allison2014-03-071-4/+8
* Defer heap transitions to heap trimming daemon.Mathieu Chartier2014-03-061-3/+2
* Disable compaction for jni workarounds.Mathieu Chartier2014-03-061-0/+2
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-3/+4
* Add ART -help and -showversionBrian Carlstrom2014-03-031-1/+1
* Support in VMRuntime for allocating "unpadded" arrays.Ian Rogers2014-02-281-2/+35
* Make allocations report usable size.Ian Rogers2014-02-261-1/+1
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-13/+13
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-5/+3
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-3/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+3
* Merge "Remove intialized static storage from dex cache."Ian Rogers2014-01-081-15/+1
|\