| Commit message (Expand) | Author | Age | Files | Lines |
* | ART sampling profiler | Dave Allison | 2014-03-07 | 1 | -1/+1 |
* | Add unpadded array allocations. | Ian Rogers | 2014-02-28 | 1 | -0/+51 |
* | Add documentation around zero-length timeouts | Neil Fuller | 2014-02-12 | 2 | -48/+56 |
* | Add registerAppInfo to the VMRuntime object | Dave Allison | 2013-12-18 | 1 | -0/+7 |
* | Add method for updating dalvik process state through VMRuntime. | Mathieu Chartier | 2013-11-25 | 1 | -0/+6 |
* | am 0bdc9f08: resolved conflicts for merge of ee32438e to klp-dev-plus-aosp | Brian Carlstrom | 2013-11-21 | 1 | -4/+5 |
|\ |
|
| * | resolved conflicts for merge of ee32438e to klp-dev-plus-aosp | Brian Carlstrom | 2013-11-21 | 1 | -4/+5 |
| |\ |
|
| | * | Fix naming to match the libart equivalent. | Narayan Kamath | 2013-11-21 | 1 | -7/+9 |
* | | | am 00a8f245: resolved conflicts for merge of 5af4cc5a to klp-dev-plus-aosp | Brian Carlstrom | 2013-11-21 | 1 | -3/+8 |
|\ \ \
| |/ / |
|
| * | | resolved conflicts for merge of 5af4cc5a to klp-dev-plus-aosp | Brian Carlstrom | 2013-11-21 | 1 | -3/+8 |
| |\ \
| | |/ |
|
| | * | Fix getGenericSuperclass. | Narayan Kamath | 2013-11-21 | 1 | -3/+13 |
* | | | Revert "Move proxy method matching to managed code." | Brian Carlstrom | 2013-11-07 | 2 | -20/+2 |
* | | | Lazier annotation signature parsing. | Ian Rogers | 2013-11-07 | 1 | -17/+9 |
* | | | Move proxy method matching to managed code. | Jesse Wilson | 2013-11-07 | 3 | -5/+34 |
* | | | Move member classes to managed code. | Jesse Wilson | 2013-11-07 | 1 | -6/+3 |
* | | | Make String.equals pure Java now we have a good compiler. | Ian Rogers | 2013-11-07 | 1 | -2/+36 |
* | | | am 17a9c017: am 3c91b32f: Merge "Add VMRuntime.getTargetSdkVersion." | Alex Klyubin | 2013-10-24 | 1 | -2/+18 |
|\ \ \
| |/ / |
|
| * | | am 3c91b32f: Merge "Add VMRuntime.getTargetSdkVersion." | Alex Klyubin | 2013-10-24 | 1 | -2/+18 |
| |\ \
| | |/ |
|
| | * | Add VMRuntime.getTargetSdkVersion. | Alex Klyubin | 2013-10-24 | 1 | -2/+18 |
* | | | Merge "Preload DexCaches" | Brian Carlstrom | 2013-10-21 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Preload DexCaches | Brian Carlstrom | 2013-10-16 | 1 | -1/+2 |
* | | | am 0f4e2c63: Merge "Use @throws rather than the deprecated and unusual @excep... | Elliott Hughes | 2013-10-15 | 2 | -5/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | Use @throws rather than the deprecated and unusual @exception. | Elliott Hughes | 2013-10-15 | 2 | -5/+5 |
* | | | am 9b3e8afc: Merge "Improve the charAt documentation." | Elliott Hughes | 2013-10-15 | 1 | -7/+2 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Improve the charAt documentation. | Elliott Hughes | 2013-10-15 | 1 | -7/+2 |
* | | am c8cfc667: Preload DexCaches | Brian Carlstrom | 2013-10-08 | 1 | -0/+5 |
|\ \ |
|
| * | | Preload DexCaches | Brian Carlstrom | 2013-10-08 | 1 | -0/+5 |
* | | | am 5444a8ef: Merge "Fix Java 7 build." | Brian Carlstrom | 2013-09-24 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix Java 7 build. | Ying Wang | 2013-09-20 | 1 | -1/+1 |
| * | Add libcore support for sample profiling from traceview gui. | Jeff Hao | 2013-08-27 | 1 | -376/+0 |
| * | Merge "Synced java.util.concurrent library up to 2013.07.01." | Elliott Hughes | 2013-08-16 | 1 | -4/+18 |
| |\ |
|
| | * | Synced java.util.concurrent library up to 2013.07.01. | Calin Juravle | 2013-08-14 | 1 | -4/+18 |
| * | | Minor cleanup of AccessibleObject | Brian Carlstrom | 2013-08-15 | 1 | -5/+5 |
| * | | Move support files back with DexClassLoader and PathClassLoader | Brian Carlstrom | 2013-08-15 | 3 | -900/+0 |
| |/ |
|
* | | Avoid computing class def indices. | Ian Rogers | 2013-09-21 | 1 | -21/+96 |
* | | Fix getGenericInterfaces for the no annotation case. | Ian Rogers | 2013-09-21 | 1 | -1/+1 |
* | | Lazier annotation signature parsing. | Ian Rogers | 2013-09-21 | 3 | -40/+44 |
* | | Use the docs-approved Android x.y (Name) format consistently. | Elliott Hughes | 2013-09-03 | 1 | -5/+5 |
* | | Add libcore support for sample profiling from traceview gui. | Jeff Hao | 2013-08-28 | 1 | -397/+0 |
* | | Share ClassLoader code | Brian Carlstrom | 2013-08-14 | 3 | -900/+0 |
* | | Refactor ART java.lang.reflect implementation | Brian Carlstrom | 2013-08-13 | 1 | -5/+5 |
* | | Remove updateProcessState. | Mathieu Chartier | 2013-08-10 | 1 | -7/+0 |
* | | Show size/alloc/free per Dalvik heap space in dumpsys | Hiroshi Yamauchi | 2013-07-31 | 1 | -0/+21 |
* | | am 22606cfa: Merge "Remove some unused java.lang.reflect constructors" | Brian Carlstrom | 2013-07-29 | 3 | -30/+1 |
|\ \
| |/ |
|
| * | Remove some unused java.lang.reflect constructors | Brian Carlstrom | 2013-07-29 | 3 | -30/+1 |
| * | Fix build. | Elliott Hughes | 2013-07-29 | 2 | -0/+2 |
| * | Use the libcore.reflect implementation. | Elliott Hughes | 2013-07-29 | 12 | -1009/+82 |
* | | Fix build. | Elliott Hughes | 2013-07-29 | 2 | -0/+2 |
* | | Use the libcore.reflect implementation. | Elliott Hughes | 2013-07-25 | 12 | -1009/+82 |
* | | am 5a2fc9c9: am 4323ab38: Merge "Simplify merges of the annotation code." | Elliott Hughes | 2013-07-23 | 2 | -697/+0 |
|\ \
| |/ |
|