summaryrefslogtreecommitdiffstats
path: root/libart/src/main/java/dalvik
Commit message (Expand)AuthorAgeFilesLines
* Add VMRuntime.runFinalizationWithTimeoutMathieu Chartier2015-06-051-0/+25
* Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForNameBrian Carlstrom2015-04-211-4/+3
* Add dalvik.system.TransactionAbortError classSebastien Hertz2015-04-021-0/+62
* Add VMRuntime.clampGrowthLimitMathieu Chartier2015-01-081-0/+6
* Move heap trimming daemon and GC deamon into a single daemonMathieu Chartier2014-12-191-3/+6
* Move GC daemon locking logic into heapMathieu Chartier2014-12-151-0/+2
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+13
* Make explicit that ISA names are used in some sys propertiesCalin Juravle2014-08-261-0/+4
* API to query whether a given instruction set / abi is 64bit.Narayan Kamath2014-07-141-0/+11
* Provide more information about the runtimeSebastien Hertz2014-05-221-0/+15
* Add a mapping between ABIs and instruction sets.Narayan Kamath2014-05-011-0/+30
* ART sampling profilerDave Allison2014-03-071-1/+1
* Add unpadded array allocations.Ian Rogers2014-02-281-0/+7
* Add registerAppInfo to the VMRuntime objectDave Allison2013-12-181-0/+5
* Add method for updating dalvik process state through VMRuntime.Mathieu Chartier2013-11-251-0/+6
* Add VMRuntime.getTargetSdkVersion.Alex Klyubin2013-10-241-2/+18
* Preload DexCachesBrian Carlstrom2013-10-161-3/+5
* Preload DexCachesBrian Carlstrom2013-10-081-0/+4
* Use the docs-approved Android x.y (Name) format consistently.Elliott Hughes2013-09-031-5/+5
* Add libcore support for sample profiling from traceview gui.Jeff Hao2013-08-281-395/+0
* Share ClassLoader codeBrian Carlstrom2013-08-143-922/+0
* Increase breadcrumbs for class lookup failures.Ian Rogers2013-08-131-11/+25
* Remove updateProcessState.Mathieu Chartier2013-08-101-6/+0
* Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-311-0/+21
* Add registerNativeAllocation and registerNativeFree to libcore.Mathieu Chartier2013-07-241-0/+15
* Add updateProcessState to VMRuntimeMathieu Chartier2013-07-181-0/+6
* Add dalvik.system.VMRuntime.vmLibraryBrian Carlstrom2013-07-091-0/+5
* Move dalvik.system.VMDebug to be runtime specificBrian Carlstrom2013-06-061-0/+374
* Making libcore build WITH_ARTBrian Carlstrom2013-06-052-0/+303
* Adding libart support to libcoreBrian Carlstrom2013-05-223-0/+908