summaryrefslogtreecommitdiffstats
path: root/libdvm
Commit message (Expand)AuthorAgeFilesLines
* Remove libdvm VMRuntime.vmFlagsBrian Carlstrom2014-05-221-7/+0
* Provide more information about the runtimeSebastien Hertz2014-05-221-0/+26
* Handle Reference.get in native code.Mathieu Chartier2014-05-061-0/+200
* Add a mapping between ABIs and instruction sets.Narayan Kamath2014-05-011-0/+28
* ART sampling profilerDave Allison2014-03-071-1/+1
* Add unpadded array allocations.Ian Rogers2014-02-281-0/+51
* Add documentation around zero-length timeoutsNeil Fuller2014-02-122-48/+56
* Add registerAppInfo to the VMRuntime objectDave Allison2013-12-181-0/+7
* Add method for updating dalvik process state through VMRuntime.Mathieu Chartier2013-11-251-0/+6
* am 0bdc9f08: resolved conflicts for merge of ee32438e to klp-dev-plus-aospBrian Carlstrom2013-11-211-4/+5
|\
| * resolved conflicts for merge of ee32438e to klp-dev-plus-aospBrian Carlstrom2013-11-211-4/+5
| |\
| | * Fix naming to match the libart equivalent.Narayan Kamath2013-11-211-7/+9
* | | am 00a8f245: resolved conflicts for merge of 5af4cc5a to klp-dev-plus-aospBrian Carlstrom2013-11-211-3/+8
|\ \ \ | |/ /
| * | resolved conflicts for merge of 5af4cc5a to klp-dev-plus-aospBrian Carlstrom2013-11-211-3/+8
| |\ \ | | |/
| | * Fix getGenericSuperclass.Narayan Kamath2013-11-211-3/+13
* | | Revert "Move proxy method matching to managed code."Brian Carlstrom2013-11-072-20/+2
* | | Lazier annotation signature parsing.Ian Rogers2013-11-071-17/+9
* | | Move proxy method matching to managed code.Jesse Wilson2013-11-073-5/+34
* | | Move member classes to managed code.Jesse Wilson2013-11-071-6/+3
* | | Make String.equals pure Java now we have a good compiler.Ian Rogers2013-11-071-2/+36
* | | am 17a9c017: am 3c91b32f: Merge "Add VMRuntime.getTargetSdkVersion."Alex Klyubin2013-10-241-2/+18
|\ \ \ | |/ /
| * | am 3c91b32f: Merge "Add VMRuntime.getTargetSdkVersion."Alex Klyubin2013-10-241-2/+18
| |\ \ | | |/
| | * Add VMRuntime.getTargetSdkVersion.Alex Klyubin2013-10-241-2/+18
* | | Merge "Preload DexCaches"Brian Carlstrom2013-10-211-1/+2
|\ \ \ | |/ / |/| |
| * | Preload DexCachesBrian Carlstrom2013-10-161-1/+2
* | | am 0f4e2c63: Merge "Use @throws rather than the deprecated and unusual @excep...Elliott Hughes2013-10-152-5/+5
|\ \ \ | | |/ | |/|
| * | Use @throws rather than the deprecated and unusual @exception.Elliott Hughes2013-10-152-5/+5
* | | am 9b3e8afc: Merge "Improve the charAt documentation."Elliott Hughes2013-10-151-7/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Improve the charAt documentation.Elliott Hughes2013-10-151-7/+2
* | am c8cfc667: Preload DexCachesBrian Carlstrom2013-10-081-0/+5
|\ \
| * | Preload DexCachesBrian Carlstrom2013-10-081-0/+5
* | | am 5444a8ef: Merge "Fix Java 7 build."Brian Carlstrom2013-09-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix Java 7 build.Ying Wang2013-09-201-1/+1
| * Add libcore support for sample profiling from traceview gui.Jeff Hao2013-08-271-376/+0
| * Merge "Synced java.util.concurrent library up to 2013.07.01."Elliott Hughes2013-08-161-4/+18
| |\
| | * Synced java.util.concurrent library up to 2013.07.01.Calin Juravle2013-08-141-4/+18
| * | Minor cleanup of AccessibleObjectBrian Carlstrom2013-08-151-5/+5
| * | Move support files back with DexClassLoader and PathClassLoaderBrian Carlstrom2013-08-153-900/+0
| |/
* | Avoid computing class def indices.Ian Rogers2013-09-211-21/+96
* | Fix getGenericInterfaces for the no annotation case.Ian Rogers2013-09-211-1/+1
* | Lazier annotation signature parsing.Ian Rogers2013-09-213-40/+44
* | 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-397/+0
* | Share ClassLoader codeBrian Carlstrom2013-08-143-900/+0
* | Refactor ART java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+5
* | Remove updateProcessState.Mathieu Chartier2013-08-101-7/+0
* | Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-311-0/+21
* | am 22606cfa: Merge "Remove some unused java.lang.reflect constructors"Brian Carlstrom2013-07-293-30/+1
|\ \ | |/
| * Remove some unused java.lang.reflect constructorsBrian Carlstrom2013-07-293-30/+1
| * Fix build.Elliott Hughes2013-07-292-0/+2