summaryrefslogtreecommitdiffstats
path: root/dalvik/src
Commit message (Expand)AuthorAgeFilesLines
...
* | am 706ea0b9: am 5e7fa214: am f6dbefb3: Merge "Remove method level hiding with...Carl Shapiro2011-01-125-39/+1
|\ \ | |/
| * Merge "Remove method level hiding within hidden classes." into honeycombCarl Shapiro2011-01-125-39/+1
| |\
| | * Remove method level hiding within hidden classes.Carl Shapiro2011-01-125-39/+1
* | | am 04874adf: am 36dc3b8d: am cb966aef: Remove support for setting the minimum...Carl Shapiro2011-01-121-28/+9
|\ \ \ | |/ /
| * | Remove support for setting the minimum size of the heap at runtime.Carl Shapiro2011-01-121-28/+9
| |/
* | am 66d9e787: am cbe26f42: am c8dde40c: Merge "Get memory for direct byte buff...Elliott Hughes2011-01-101-0/+13
|\ \ | |/
| * Get memory for direct byte buffers from the Java heap rather than the native ...Elliott Hughes2011-01-101-0/+13
* | Tell editors that these are Makefiles (or fragments thereof).Elliott Hughes2011-01-071-0/+1
|/
* Adding binary hprof support to SamplingProfilerBrian Carlstrom2010-12-222-204/+1642
* Revert "Remove inline natives for an unused performance test." (libcore)Jesse Wilson2010-12-223-1/+138
* Remove native targets for unused performance tests.Jesse Wilson2010-12-223-138/+1
* Revert "Remove native targets for unused performance tests."Ben Cheng2010-12-212-1/+70
* Remove native targets for unused performance tests.Jesse Wilson2010-12-212-70/+1
* Remove the external allocation facility.Carl Shapiro2010-12-171-29/+16
* We always wantDex at this point.Dan Bornstein2010-12-162-29/+26
* Don't bother trying to unzip a file named "*.dex".Dan Bornstein2010-12-161-8/+17
* Plumbing for loading byte[]-based dex files.Dan Bornstein2010-12-151-0/+6
* Add BlockGuardPolicyException constructor with a messageBrad Fitzpatrick2010-12-101-1/+8
* Fix a bunch of javac -Xlint warnings in our code.Elliott Hughes2010-12-082-25/+4
* Update and clarify opcode values.Dan Bornstein2010-12-032-219/+258
* Expose the "packed opcode" concept, just a bit.Dan Bornstein2010-12-021-8/+24
* am 5aad086b: Merge "Fix SamplingProfiler to handle null group on thread termi...Brian Carlstrom2010-12-011-1/+3
|\
| * Fix SamplingProfiler to handle null group on thread terminationBrian Carlstrom2010-12-011-1/+3
* | Match comment to the new reality.Dan Bornstein2010-11-301-1/+2
|/
* Merge "Add a wee bit of libdex access." into dalvik-devDan Bornstein2010-11-301-0/+12
|\
| * Add a wee bit of libdex access.Dan Bornstein2010-11-301-0/+12
* | Merge "Zero the cookie after close." into dalvik-devAndy McFadden2010-11-301-1/+2
|\ \ | |/ |/|
| * Zero the cookie after close.Andy McFadden2010-11-301-1/+2
* | Generate most libcore opcode-related stuff.Dan Bornstein2010-11-292-54/+114
|/
* A little opcode cleanup in dalvik.system.Dan Bornstein2010-11-292-22/+75
* am 4d7f6230: Merge "minor CloseGuard javadoc corrections"Brian Carlstrom2010-11-191-2/+2
|\
| * minor CloseGuard javadoc correctionsBrian Carlstrom2010-11-191-2/+2
* | am 4bfc26e9: CloseGuard: make members volatile, update commentBrad Fitzpatrick2010-11-151-3/+5
|\ \ | |/
| * CloseGuard: make members volatile, update commentBrad Fitzpatrick2010-11-151-3/+5
* | am f7ee2365: Fix javadoc typoBrian Carlstrom2010-11-081-1/+1
|\ \ | |/
| * Fix javadoc typoBrian Carlstrom2010-11-081-1/+1
* | am b81e1d9d: Add CloseGuard.Reporter interface to allow customization of warn...Brian Carlstrom2010-11-081-2/+42
|\ \ | |/
| * Add CloseGuard.Reporter interface to allow customization of warningsBrian Carlstrom2010-11-081-2/+42
* | Merge "Export the assignable instance counting." into dalvik-devCarl Shapiro2010-11-041-2/+8
|\ \ | |/ |/|
| * Export the assignable instance counting.Carl Shapiro2010-11-041-2/+8
* | Adding CloseGuard.setEnabled for StrictMode integrationBrian Carlstrom2010-11-041-6/+14
|/
* Skip empty samples in the sampling profiler.Jesse Wilson2010-11-011-0/+3
* am 2e37069e: Change SamplingProfiler to use a sampling interval instead of HzBrian Carlstrom2010-11-011-9/+9
|\
| * Change SamplingProfiler to use a sampling interval instead of HzBrian Carlstrom2010-11-011-9/+9
* | am 6cbbd111: Don\'t BlockGuard on INetworkSystem.isConnected w/ 0 timeout.Brad Fitzpatrick2010-10-291-1/+6
|\ \ | |/
| * Don't BlockGuard on INetworkSystem.isConnected w/ 0 timeout.Brad Fitzpatrick2010-10-291-1/+6
* | am d1280478: am cb5204fe: am 09b06cc1: Set capabilities sooner.Andy McFadden2010-10-271-1/+4
|\ \ | |/
| * am cb5204fe: am 09b06cc1: Set capabilities sooner.Andy McFadden2010-10-271-1/+4
| |\
| | * Set capabilities sooner.Andy McFadden2010-10-271-1/+4
* | | Close process-spawned streams when the process is destroyed.Jesse Wilson2010-10-251-6/+7